From dae413cc8add4cf02e70539b08d55315217c5e30 Mon Sep 17 00:00:00 2001 From: rydmike Date: Wed, 13 Nov 2024 22:20:26 +0200 Subject: [PATCH] Update log and readme --- CHANGELOG.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873955a8..829cc29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All changes to the **FlexColorScheme** (FCS) package are documented here. **FIX** -- This is a special release of FlexColorScheme version, it is identical to release 8.0.1, but it removes the `locale` API from the `InputDecorationTheme` to keep it compatible with Flutter 3.22.x. If you use Flutter 3.24 or later, you should use the 8.0.0 or later release instead. +- This is a special release of **FlexColorScheme** version 8, it is identical to release 8.0.1, but it removes the `locale` API from the `InputDecorationTheme` to keep version 8 compatible with Flutter 3.22.x. If you use Flutter 3.24 or later, you should use the 8.0.0 or later releases instead. ### Themes Playground diff --git a/README.md b/README.md index 18236698..3987d5c6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Use **FlexColorScheme** to make beautiful Flutter Material Design themes. Apply optional surface blends, and use Material-3 seeded generated ColorSchemes. The returned themes are standard `ThemeData` objects, but **very** sophisticated ones. They are based on the same idea as Flutter's `ThemeData.from(ColorScheme)` and `ThemeData(colorSchemeSeed)` themes, but with many additional features. Choose from many pre-made designs or make your own. You can also use easy-to-configure component themes. +>**NOTE:** This is a special release of **FlexColorScheme** version 8, it is identical to release 8.0.1, but it removes the `locale` API from the `InputDecorationTheme` to keep version 8 compatible with Flutter 3.22.x. If you use Flutter 3.24 or later, you should use the 8.0.0 or later releases instead. +
Dash light