From 5e3bcd94381100eb8ee0cc6e8df0378453fd522b Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 18 May 2024 12:48:34 +0300 Subject: [PATCH] fix: temporarily remove flutter_colorpicker from pub.dev --- example/pubspec.yaml | 3 --- pubspec.yaml | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 360a03ab..85d52bf0 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -63,9 +63,6 @@ dependency_overrides: quill_pdf_converter: path: ../quill_pdf_converter - # TODO: Temporarily add this so the example can work - flutter_colorpicker: - git: https://github.com/mchome/flutter_colorpicker.git pdf_widget_wrapper: ^1.0.4 diff --git a/pubspec.yaml b/pubspec.yaml index 4eb9954d..ef83fbc4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,7 +51,8 @@ dependencies: meta: ^1.10.0 html: ^0.15.4 - flutter_colorpicker: ^1.0.3 + # 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 # For converting HTML to Quill delta markdown: ^7.2.1