From 69f64047b58cb61cc472d10f9eabc43eabcc5c4e Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 13 Dec 2021 23:04:55 -0800 Subject: [PATCH] Upgrade flutter_colorpicker to 1.0.3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ea48a481..2cf447f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter: sdk: flutter collection: ^1.15.0 - flutter_colorpicker: ^0.6.0 + flutter_colorpicker: ^1.0.3 flutter_keyboard_visibility: ^5.0.0 image_picker: ^0.8.2 photo_view: ^0.13.0