From 62ad7a8dc5872762f9716eed49606c3b82350aa5 Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Mon, 26 Jul 2021 23:05:03 -0700 Subject: [PATCH] Downgrade flutter_colorpicker since it is not ready yet --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3991547c..43df98e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter: sdk: flutter collection: ^1.15.0 - flutter_colorpicker: ^0.5.0 + flutter_colorpicker: ^0.4.0 flutter_keyboard_visibility: ^5.0.0 image_picker: ^0.8.2 photo_view: ^0.12.0