the-airbender / quill_html_editor

HTML rich text editor for Android, iOS, and Web, using the QuillJS library. QuillJS is a free, open source WYSIWYG editor built for the modern web.
https://pub.dev/packages/quill_html_editor
MIT License
95 stars 99 forks source link

[BUG] Update file_picker to ^8.0.2 #189

Open gerken-tss opened 7 months ago

gerken-tss commented 7 months ago

Describe the bug

Because quill_html_editor 2.2.8 depends on file_picker ^6.1.1 and no versions of quill_html_editor match >2.2.8 <3.0.0, quill_html_editor ^2.2.8 requires file_picker ^6.1.1. So, because my_app depends on both file_picker ^8.0.2 and quill_html_editor ^2.2.8, version solving failed.

To Reproduce Steps to reproduce the behavior:

  1. Add quill_html_editor ^2.2.8 as a dependency to your project
  2. Add file_picker ^8.0.2 as a dependency to your project

Expected behavior Everything works as expected

gerken-tss commented 2 months ago

There is already a PR for this btw: https://github.com/the-airbender/quill_html_editor/pull/192