From 30712489e1a2eb04b1b06cdde776b11747f27916 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 16:23:53 +0300 Subject: [PATCH] chore: restore flutter_colorpicker and update to the latest compatible stable flutter sdk --- pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6197a663..1e0b17da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,8 +51,7 @@ dependencies: meta: ^1.10.0 html: ^0.15.4 - # TODO: temporarily disable from https://pub.dev/packages/flutter_colorpicker and clone it in the `lib/src/packages/flutter_colorpicker` as it's hasn't been published on pub.dev for a while - # flutter_colorpicker: ^1.0.3 + flutter_colorpicker: ^1.1.0 # For converting HTML to Quill delta markdown: ^7.2.1