i18n
i18n copied to clipboard
This package generates to use in Flutter's MaterialApp?
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.
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.
Not sure if this is still relevant for you @pedromassango, but I wrote a small guide as I had similar issues like you here: https://github.com/MohiuddinM/i18n/issues/20#issuecomment-939103452