You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the READM.md file but I didn't found anything related to Flutter integration using localizationsDelegates so that Flutter can decide wich language to use if the user changes the device Language.
The text was updated successfully, but these errors were encountered:
This package doesn't depend on flutter, and the flutter_i18n package is a completely different package. At my job I use a simple InheritedWidget to integrate it in flutter projects, which can set locale on start, or change during runtime.
I saw the READM.md file but I didn't found anything related to Flutter integration using
localizationsDelegates
so that Flutter can decide wich language to use if the user changes the device Language.The text was updated successfully, but these errors were encountered: