Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency flex_color_picker to v3 #519

Merged
merged 2 commits into from Nov 25, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pubspec.lock
Expand Up @@ -413,7 +413,7 @@ packages:
name: flex_color_picker
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "3.0.0"
flex_seed_scheme:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -24,7 +24,7 @@ dependencies:
firebase_analytics: ^10.0.0
firebase_auth: ^4.0.0
firebase_core: ^2.0.0
flex_color_picker: ^2.2.0
flex_color_picker: ^3.0.0
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
Expand Down