Skip to content

Commit aa7be70

Browse files
committed
Version 4.0.1, only updates readme and example version
1 parent f06986b commit aa7be70

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the **FlexSeedScheme** (FSS) package are documented here.
44

5+
## 4.0.1
6+
7+
**Nov 23, 2025**
8+
9+
The version requires Flutter 3.38.0 or higher.
10+
11+
**FIX**
12+
13+
- Fix mistakes in `README.md` section about [`useExpressiveOnContainerColors`](https://pub.dev/packages/flex_seed_scheme#expressive-on-container-colors).
14+
515
## 4.0.0
616

717
**Nov 22, 2025**

example/lib/core/constants/app_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sealed class AppData {
4242
// build numbers.
4343
static const String versionMajor = '4';
4444
static const String versionMinor = '0';
45-
static const String versionPatch = '0';
45+
static const String versionPatch = '1';
4646
static const String versionBuild = '01';
4747
static const String versionFull = '$versionMajor.$versionMinor.$versionPatch'
4848
'\nBuild-$versionBuild';

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_seed_scheme_example
22
description: Example that demonstrate how to use the FlexSeedScheme package.
3-
version: 4.0.0
3+
version: 4.0.1
44
publish_to: 'none'
55
environment:
66
sdk: '>=3.6.0 <4.0.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_seed_scheme
22
description: A more flexible and powerful version of Flutter's ColorScheme.fromSeed. Use multiple seed colors, custom chroma and tone mapping.
3-
version: 4.0.0
3+
version: 4.0.1
44
homepage: https://github.com/rydmike/flex_seed_scheme
55
repository: https://github.com/rydmike/flex_seed_scheme
66
issue_tracker: https://github.com/rydmike/flex_seed_scheme/issues

0 commit comments

Comments
 (0)