mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 14:18:54 +08:00
[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
This commit is contained in:
@ -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.
|
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
|
||||||
- Aligns Dart and Flutter SDK constraints.
|
- Aligns Dart and Flutter SDK constraints.
|
||||||
- Updates package description.
|
- Updates package description.
|
||||||
|
@ -2,7 +2,7 @@ CSS Colors
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
This package defines color constants for the CSS colors. These color constants
|
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.
|
from `dart:ui`, which means they're useful for Flutter apps.
|
||||||
|
|
||||||
Import
|
Import
|
||||||
|
@ -2,7 +2,7 @@ name: css_colors
|
|||||||
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
|
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
|
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
|
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:
|
environment:
|
||||||
sdk: ">=2.19.0 <4.0.0"
|
sdk: ">=2.19.0 <4.0.0"
|
||||||
|
Reference in New Issue
Block a user