Skip to content

Commit c87bceb

Browse files
committed
Version 3.5.1
- Update FlexSeedScheme dependency version to min 3.0.0
1 parent 635a35c commit c87bceb

File tree

6 files changed

+34
-25
lines changed

6 files changed

+34
-25
lines changed

CHANGELOG.md

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

33
All notable changes to the **FlexColorPicker** package are documented in this file.
44

5+
## 3.5.1
6+
7+
**June 28, 2024**
8+
9+
**CHORE**
10+
11+
* Update FlexSeedScheme to min version 3.0.0.
12+
* Update example app dependencies to latest versions.
13+
514
## 3.5.0
615

716
**May 15, 2024**

example/lib/demo/utils/app.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ class App {
99
// Web demo with inside the app. Shown on the start screen in the demo,
1010
// so people testing it don't have to ask. Also info for the About screen.
1111
static const String appName = 'FlexColorPicker';
12-
static const String version = '3.5.0';
12+
static const String version = '3.5.1';
1313
static const String packageVersion = 'FlexColorPicker package $version';
1414
static final Uri packageUri = Uri(
1515
scheme: 'https',
1616
host: 'pub.dev',
1717
path: 'packages/flex_color_picker',
1818
);
19-
static const String flutterVersion = 'Channel stable 3.22.0 (canvaskit)';
19+
static const String flutterVersion = 'Channel stable 3.22.2 (canvaskit)';
2020
static const String copyright = '© 2020 - 2024';
2121
static const String author = 'Mike Rydstrom';
2222
static const String license = 'BSD 3-Clause License';

example/pubspec.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ packages:
119119
path: ".."
120120
relative: true
121121
source: path
122-
version: "3.5.0"
122+
version: "3.5.1"
123123
flex_seed_scheme:
124124
dependency: transitive
125125
description:
126126
name: flex_seed_scheme
127-
sha256: fb66cdb8ca89084e79efcad2bc2d9deb144666875116f08cdd8d9f8238c8b3ab
127+
sha256: "6c595e545b0678e1fe17e8eec3d1fbca7237482da194fadc20ad8607dc7a7f3d"
128128
url: "https://pub.dev"
129129
source: hosted
130-
version: "2.0.0"
130+
version: "3.0.0"
131131
flutter:
132132
dependency: "direct main"
133133
description: flutter
@@ -323,10 +323,10 @@ packages:
323323
dependency: transitive
324324
description:
325325
name: path_provider_android
326-
sha256: a248d8146ee5983446bf03ed5ea8f6533129a12b11f12057ad1b4a67a2b3b41d
326+
sha256: bca87b0165ffd7cdb9cad8edd22d18d2201e886d9a9f19b4fb3452ea7df3a72a
327327
url: "https://pub.dev"
328328
source: hosted
329-
version: "2.2.4"
329+
version: "2.2.6"
330330
path_provider_foundation:
331331
dependency: transitive
332332
description:
@@ -363,10 +363,10 @@ packages:
363363
dependency: transitive
364364
description:
365365
name: platform
366-
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
366+
sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
367367
url: "https://pub.dev"
368368
source: hosted
369-
version: "3.1.4"
369+
version: "3.1.5"
370370
plugin_platform_interface:
371371
dependency: transitive
372372
description:
@@ -536,18 +536,18 @@ packages:
536536
dependency: "direct main"
537537
description:
538538
name: url_launcher
539-
sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e"
539+
sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3"
540540
url: "https://pub.dev"
541541
source: hosted
542-
version: "6.2.6"
542+
version: "6.3.0"
543543
url_launcher_android:
544544
dependency: transitive
545545
description:
546546
name: url_launcher_android
547-
sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775"
547+
sha256: ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf
548548
url: "https://pub.dev"
549549
source: hosted
550-
version: "6.3.1"
550+
version: "6.3.3"
551551
url_launcher_ios:
552552
dependency: transitive
553553
description:
@@ -648,10 +648,10 @@ packages:
648648
dependency: transitive
649649
description:
650650
name: win32
651-
sha256: "0eaf06e3446824099858367950a813472af675116bf63f008a4c2a75ae13e9cb"
651+
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4
652652
url: "https://pub.dev"
653653
source: hosted
654-
version: "5.5.0"
654+
version: "5.5.1"
655655
xdg_directories:
656656
dependency: transitive
657657
description:
@@ -669,5 +669,5 @@ packages:
669669
source: hosted
670670
version: "3.1.2"
671671
sdks:
672-
dart: ">=3.3.0 <4.0.0"
672+
dart: ">=3.4.0 <4.0.0"
673673
flutter: ">=3.22.0"

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: color_picker_example
22
description: Two examples of how to use the FlexColorPicker package.
3-
version: 3.5.0
3+
version: 3.5.1
44
publish_to: 'none'
55
environment:
66
sdk: '>=2.19.0 <4.0.0'
@@ -28,7 +28,7 @@ dependencies:
2828

2929
# https://pub.dev/packages/url_launcher
3030
# Used for launching a WEB URL (by Google flutter.dev).
31-
url_launcher: ^6.2.6
31+
url_launcher: ^6.3.0
3232

3333
dev_dependencies:
3434
flutter_test:

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ packages:
109109
dependency: "direct main"
110110
description:
111111
name: flex_seed_scheme
112-
sha256: fb66cdb8ca89084e79efcad2bc2d9deb144666875116f08cdd8d9f8238c8b3ab
112+
sha256: "6c595e545b0678e1fe17e8eec3d1fbca7237482da194fadc20ad8607dc7a7f3d"
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "2.0.0"
115+
version: "3.0.0"
116116
flutter:
117117
dependency: "direct main"
118118
description: flutter
@@ -263,10 +263,10 @@ packages:
263263
dependency: "direct dev"
264264
description:
265265
name: patrol_finders
266-
sha256: fbc98e89e1df4568f638389f4b320b6adb5d8e98d9d2ed86e370e01f4708787c
266+
sha256: "6bf2c3093fbccd02f80f73fafc1bd021d76410cbab6e329be220b5e3bc58f072"
267267
url: "https://pub.dev"
268268
source: hosted
269-
version: "2.0.3-dev.1"
269+
version: "2.1.2"
270270
pool:
271271
dependency: transitive
272272
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flex_color_picker
22
description: A customizable Flutter primary, accent and custom color picker. Includes an optional HSV wheel color picker.
3-
version: 3.5.0
3+
version: 3.5.1
44
homepage: https://github.com/rydmike/flex_color_picker
55
repository: https://github.com/rydmike/flex_color_picker
66
issue_tracker: https://github.com/rydmike/flex_color_picker/issues
@@ -30,7 +30,7 @@ environment:
3030
dependencies:
3131
# FlexSeedScheme package, by Mike Rydstrom, rydmike.com (@rydmike).
3232
# https://pub.dev/packages/flex_seed_scheme
33-
flex_seed_scheme: ^2.0.0
33+
flex_seed_scheme: ^3.0.0
3434

3535
flutter:
3636
sdk: flutter
@@ -39,7 +39,7 @@ dev_dependencies:
3939
collection:
4040
flutter_test:
4141
sdk: flutter
42-
patrol_finders: 2.0.3-dev.1
42+
patrol_finders: 2.1.2
4343
test:
4444

4545
flutter:

0 commit comments

Comments
 (0)