Skip to content

Commit 6a281db

Browse files
authoredAug 24, 2023
[css_colors] docs: Update deprecated link address (#4537)
Update the Color class's official documentation URL in the README.md of the `css_colors` package. *List which issues are fixed by this PR. You must list at least one issue.* - Correct the address of the incorrect hyperlink
1 parent 16db7ea commit 6a281db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎packages/css_colors/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 1.1.2
22

3+
- Updates the `Color` documentation link in the README.
34
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
45
- Aligns Dart and Flutter SDK constraints.
56
- Updates package description.

‎packages/css_colors/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CSS Colors
22
==========
33

44
This package defines color constants for the CSS colors. These color constants
5-
use the [Color](https://docs.flutter.io/flutter/dart-ui/Color-class.html) class
5+
use the [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) class
66
from `dart:ui`, which means they're useful for Flutter apps.
77

88
Import

‎packages/css_colors/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: css_colors
22
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
33
repository: https://github.com/flutter/packages/tree/main/packages/css_colors
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22
5-
version: 1.1.1
5+
version: 1.1.2
66

77
environment:
88
sdk: ">=2.19.0 <4.0.0"

0 commit comments

Comments
 (0)