ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

make it possible to directly access the loaded translations #164

Closed AlexShniperson-INO closed 3 years ago

AlexShniperson-INO commented 3 years ago

i mean this line of code https://github.com/ilteoood/flutter_i18n/blob/master/lib/flutter_i18n.dart#L31

something like

FlutterI18n.getDecodedMap(context)

i need that because i need to manipulate with keys

ilteoood commented 3 years ago

This won't happen.

That map represents the internal state of the library: I'm now using a map, but I can switch to any other data structure and for the user this must be transparent.