Skip to content

Commit

Permalink
[css_colors] docs: Update deprecated link address (#4537)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
betternormal authored Aug 24, 2023
1 parent 16db7ea commit 6a281db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/css_colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 1.1.2

- Updates the `Color` documentation link in the README.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Aligns Dart and Flutter SDK constraints.
- Updates package description.
Expand Down
2 changes: 1 addition & 1 deletion packages/css_colors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CSS Colors
==========

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

Import
Expand Down
2 changes: 1 addition & 1 deletion packages/css_colors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: css_colors
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
repository: https://github.com/flutter/packages/tree/main/packages/css_colors
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22
version: 1.1.1
version: 1.1.2

environment:
sdk: ">=2.19.0 <4.0.0"
Expand Down

0 comments on commit 6a281db

Please sign in to comment.