-
Notifications
You must be signed in to change notification settings - Fork 84
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
[BUG] Locale data has not been initialized #109
Comments
It appears that date formatting might have been triggered in your code prior to the completion of your localization delegates. You might find the guide and the sample app useful for gaining more clarity. If these resources don't help you, could you provide an example that can be reproduced? It will make it easier to diagnose the underlying issue. |
I need to do the same manual fix after upgrading to the latest version of flutter. |
I've created a new Flutter project and integrated the required localization code as outlined in the guide and demonstrated in the sample app. Everything seems to work as expected. However, to be able to provide any further assistance, I need more detailed information about the problem you're experiencing. A reproducible example of the issue would be a great starting point. Test environment: |
@lzoran We are seeing this issue on Flutter 3.10.5. Can you confirm this is the version you are using? |
Yes.
This is the sample app I've used to try to reproduce the issue. As I said, everything works fine on my machine. 😕 |
Error in app:
Throw source:
flutter pub run intl_utils:generate
, will generate /intl/messages_all.dartinitializeMessages
async
on this FutureThe text was updated successfully, but these errors were encountered: