-
Notifications
You must be signed in to change notification settings - Fork 907
FlutterQuillLocalizations UnimplementedError When Using flutter_quill 11.4.1 and flutter_quill_extensions 11.0.0 #2581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
you have to add this in your main.dart in material app/or in its equivalent: localizationsDelegates: const [ |
@Tsovinar2000 it worked for me can you try with this package version changes flutter_quill: any update me if you got solution other than this |
@PRATHAMESHG1234 I changed flutter_quill to any, but still got the same issue after cleaning flutter and ios pods. |
@Tsovinar2000 yes may be try by updating flutter version to latest 3.32.0 |
@PRATHAMESHG1234 Will do now thanks. Also one thing that in my app I don't use any localization. |
@Tsovinar2000 also one important thing include intl and flutter_localization packages |
@PRATHAMESHG1234 I upgraded flutter , nothing changed (( flutter_localization or flutter_localizations ? with flutter_localization I can't get those GlobalMaterialLocalizations.delegate, |
@Tsovinar2000 my working with flutter_localization please try with it |
@PRATHAMESHG1234 I’ve made the changes, but unfortunately the issue still persists. It’s really frustrating — I’m working against a deadline, and the problem started after I upgraded Flutter and all the related packages. I didn’t realize the editor page was affected and assumed everything was working correctly. Any help would be greatly appreciated 🤝 |
@Tsovinar2000 can you share me packages versions or pubspec.yaml related to quill and main.dart file (or code implementation of quill editor if you comfortable) so i will check on my setup |
Have you checked for an existing issue?
Flutter Quill Version
flutter_quill: ^11.4.1 flutter_quill_extensions: ^11.0.0
Steps to Reproduce
After integrating flutter_quill and flutter_quill_extensions into my Flutter app, I encountered the following runtime error when rendering the Quill editor

Expected results
The editor should render without requiring manual localization delegate configuration unless explicitly using localized strings.
Actual results
Additional Context
Screenshots / Video demonstration
[Attach media here]
Logs
[Paste logs here]
The text was updated successfully, but these errors were encountered: