singerdmx / flutter-quill

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

Chore: Move spellchecker service to extensions #2120

Closed CatHood0 closed 3 months ago

CatHood0 commented 3 months ago

Description

Since SimpleSpellCheckerService is a custom implementation that is not needed by default, was moved to Flutter Quill Extensions and can be used such as SuperClipboard implementation:

FlutterQuillExtensions.useSpellCheckerService('<your_language>');

And was fixed some issue with some missing characters while typing (this is for languages such as portuguese, deutsch, italian, etc)

Suggestions

Please, after update the version of the main repo, also update it into flutter_quill_extensions to avoid conflicts since the new version change the names of the classes and methods.