visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
280 stars 44 forks source link

chore: Removing deprecated methods and upgrading Flutter #235

Closed LuchoTurtle closed 12 months ago

LuchoTurtle commented 12 months ago

this should fix #234 and #202

This will probably take some time. Here's the order of business:

LuchoTurtle commented 12 months ago

I was trying to tackle buildToolbar and ToolbarOptions, which got deprecated, but I'm having a bit of trouble of how going about on this.

Here's the official notice from Flutter -> https://docs.flutter.dev/release/breaking-changes/context-menus Here's how this was addressed in the flutter-quill repo -> singerdmx/flutter-quill@bc797ac (#1105)

LuchoTurtle commented 12 months ago

Closed due to https://github.com/visual-space/visual-editor/issues/234#issuecomment-1709137239.

Though upgrading dependencies is most certainly useful (mainly due to http using 0.13.0 and not being able to upgrade because of gallery_saver (check 0c6671f (#235) for a possible copy and shift on another PR).