mchome / flutter_colorpicker

HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
https://pub.dev/packages/flutter_colorpicker
MIT License
339 stars 198 forks source link

The package hasn't updated on pub.dev for a while (Incompatible with the latest stable Flutter SDK) #108

Closed EchoEllet closed 2 months ago

EchoEllet commented 2 months ago

First of all, I would like to thank you for your amazing work on this open source project, we are maintaining another open source project called flutter_quill and we depend on flutter_colorpicker but it seems it it's incompatible with the latest version as developers reported, for more info

A workaround is to use the following in pubspec.yaml file:


dependency_overrides:
  flutter_colorpicker:
    git: https://github.com/mchome/flutter_colorpicker.git

We would like to see the new changes published on pub.dev, thank you once again.

myfknoll commented 2 months ago

Same here

mchome commented 2 months ago

Updated.