Skip to content

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

Open
1 task done
Tsovinar2000 opened this issue May 27, 2025 · 11 comments
Labels
bug Something isn't working

Comments

@Tsovinar2000
Copy link

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
Image

Expected results

The editor should render without requiring manual localization delegate configuration unless explicitly using localized strings.

Actual results

Image

Additional Context

Screenshots / Video demonstration

[Attach media here]

Logs
[Paste logs here]
@Tsovinar2000 Tsovinar2000 added the bug Something isn't working label May 27, 2025
@PRATHAMESHG1234
Copy link

you have to add this in your main.dart in material app/or in its equivalent:

localizationsDelegates: const [
FlutterQuillLocalizations.delegate, // this will fix your issue
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
],

@Tsovinar2000
Copy link
Author

@PRATHAMESHG1234
Copy link

@Tsovinar2000 it worked for me

can you try with this package version changes

flutter_quill: any
flutter_quill_extensions: ^11.0.0 (same as you)

update me if you got solution other than this

@Tsovinar2000
Copy link
Author

@PRATHAMESHG1234 I changed flutter_quill to any, but still got the same issue after cleaning flutter and ios pods.
My flutter version is Flutter 3.29.2, maybe that's the problem ?

@PRATHAMESHG1234
Copy link

@Tsovinar2000 yes may be

try by updating flutter version to latest 3.32.0

@Tsovinar2000
Copy link
Author

@PRATHAMESHG1234 Will do now thanks. Also one thing that in my app I don't use any localization.

@PRATHAMESHG1234
Copy link

PRATHAMESHG1234 commented May 29, 2025

@Tsovinar2000 also one important thing include intl and flutter_localization packages

@Tsovinar2000
Copy link
Author

@PRATHAMESHG1234 I upgraded flutter , nothing changed ((

flutter_localization or flutter_localizations ? with flutter_localization I can't get those GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,.

@PRATHAMESHG1234
Copy link

@Tsovinar2000 my working with flutter_localization

please try with it

@Tsovinar2000
Copy link
Author

@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 🤝

@PRATHAMESHG1234
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants