Skip to content

Commit

Permalink
Version 3.5.1
Browse files Browse the repository at this point in the history
- Update FlexSeedScheme dependency version to min 3.0.0
  • Loading branch information
rydmike committed Jun 28, 2024
1 parent 635a35c commit c87bceb
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 25 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## 3.5.1

**June 28, 2024**

**CHORE**

* Update FlexSeedScheme to min version 3.0.0.
* Update example app dependencies to latest versions.

## 3.5.0

**May 15, 2024**
Expand Down
4 changes: 2 additions & 2 deletions example/lib/demo/utils/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ class App {
// Web demo with inside the app. Shown on the start screen in the demo,
// so people testing it don't have to ask. Also info for the About screen.
static const String appName = 'FlexColorPicker';
static const String version = '3.5.0';
static const String version = '3.5.1';
static const String packageVersion = 'FlexColorPicker package $version';
static final Uri packageUri = Uri(
scheme: 'https',
host: 'pub.dev',
path: 'packages/flex_color_picker',
);
static const String flutterVersion = 'Channel stable 3.22.0 (canvaskit)';
static const String flutterVersion = 'Channel stable 3.22.2 (canvaskit)';
static const String copyright = '© 2020 - 2024';
static const String author = 'Mike Rydstrom';
static const String license = 'BSD 3-Clause License';
Expand Down
28 changes: 14 additions & 14 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.0"
version: "3.5.1"
flex_seed_scheme:
dependency: transitive
description:
name: flex_seed_scheme
sha256: fb66cdb8ca89084e79efcad2bc2d9deb144666875116f08cdd8d9f8238c8b3ab
sha256: "6c595e545b0678e1fe17e8eec3d1fbca7237482da194fadc20ad8607dc7a7f3d"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -323,10 +323,10 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256: a248d8146ee5983446bf03ed5ea8f6533129a12b11f12057ad1b4a67a2b3b41d
sha256: bca87b0165ffd7cdb9cad8edd22d18d2201e886d9a9f19b4fb3452ea7df3a72a
url: "https://pub.dev"
source: hosted
version: "2.2.4"
version: "2.2.6"
path_provider_foundation:
dependency: transitive
description:
Expand Down Expand Up @@ -363,10 +363,10 @@ packages:
dependency: transitive
description:
name: platform
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
sha256: "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65"
url: "https://pub.dev"
source: hosted
version: "3.1.4"
version: "3.1.5"
plugin_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -536,18 +536,18 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e"
sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3"
url: "https://pub.dev"
source: hosted
version: "6.2.6"
version: "6.3.0"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775"
sha256: ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf
url: "https://pub.dev"
source: hosted
version: "6.3.1"
version: "6.3.3"
url_launcher_ios:
dependency: transitive
description:
Expand Down Expand Up @@ -648,10 +648,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "0eaf06e3446824099858367950a813472af675116bf63f008a4c2a75ae13e9cb"
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4
url: "https://pub.dev"
source: hosted
version: "5.5.0"
version: "5.5.1"
xdg_directories:
dependency: transitive
description:
Expand All @@ -669,5 +669,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.0 <4.0.0"
dart: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: color_picker_example
description: Two examples of how to use the FlexColorPicker package.
version: 3.5.0
version: 3.5.1
publish_to: 'none'
environment:
sdk: '>=2.19.0 <4.0.0'
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies:

# https://pub.dev/packages/url_launcher
# Used for launching a WEB URL (by Google flutter.dev).
url_launcher: ^6.2.6
url_launcher: ^6.3.0

dev_dependencies:
flutter_test:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: "direct main"
description:
name: flex_seed_scheme
sha256: fb66cdb8ca89084e79efcad2bc2d9deb144666875116f08cdd8d9f8238c8b3ab
sha256: "6c595e545b0678e1fe17e8eec3d1fbca7237482da194fadc20ad8607dc7a7f3d"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "3.0.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -263,10 +263,10 @@ packages:
dependency: "direct dev"
description:
name: patrol_finders
sha256: fbc98e89e1df4568f638389f4b320b6adb5d8e98d9d2ed86e370e01f4708787c
sha256: "6bf2c3093fbccd02f80f73fafc1bd021d76410cbab6e329be220b5e3bc58f072"
url: "https://pub.dev"
source: hosted
version: "2.0.3-dev.1"
version: "2.1.2"
pool:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flex_color_picker
description: A customizable Flutter primary, accent and custom color picker. Includes an optional HSV wheel color picker.
version: 3.5.0
version: 3.5.1
homepage: https://github.com/rydmike/flex_color_picker
repository: https://github.com/rydmike/flex_color_picker
issue_tracker: https://github.com/rydmike/flex_color_picker/issues
Expand Down Expand Up @@ -30,7 +30,7 @@ environment:
dependencies:
# FlexSeedScheme package, by Mike Rydstrom, rydmike.com (@rydmike).
# https://pub.dev/packages/flex_seed_scheme
flex_seed_scheme: ^2.0.0
flex_seed_scheme: ^3.0.0

flutter:
sdk: flutter
Expand All @@ -39,7 +39,7 @@ dev_dependencies:
collection:
flutter_test:
sdk: flutter
patrol_finders: 2.0.3-dev.1
patrol_finders: 2.1.2
test:

flutter:
Expand Down

0 comments on commit c87bceb

Please sign in to comment.