Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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