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