Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Flutter Quill version
Latest
Steps to reproduce
The simple_spell_checker package should be optional, it has ballooned my app from sub 70mb to >150mb, adding around 80mb more.
From what I can tell this is because of all the language dictionaries:

My suggestion would be to just make platform specific api calls. Apple for example provides https://developer.apple.com/documentation/uikit/uitextchecker for iOS. Android and other platforms should have equivalent apis.
Expected results
Small app size
Actual results
Large app size
Code sample
No response
Additional Context
No response