singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.55k stars 821 forks source link

Change color select window style #1744

Open tekink opened 8 months ago

tekink commented 8 months ago

Is there an existing issue for this?

Use case

Color select window very complex for normal user. Could change it easier or more simple? 809e3a05-ec33-4a8b-a9ad-3091e1c110d7

Proposal

quill_editor style, it can be selected. 1

EchoEllet commented 7 months ago

There are two ways to solve this:

  1. You can hide the button and add your custom button with your own implementation to have more flexibility
  2. We can add custom callback which is null by default and if it's not null then it will call your function and you can do your own logic