i18n icon indicating copy to clipboard operation
i18n copied to clipboard

This package generates to use in Flutter's MaterialApp?

Open pedromassango opened this issue 4 years ago • 2 comments

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.

pedromassango avatar Mar 18 '20 13:03 pedromassango

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.

MohiuddinM avatar May 19 '20 14:05 MohiuddinM

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

rekire avatar Oct 08 '21 20:10 rekire