flutter_localization_tutorial
flutter_localization_tutorial copied to clipboard
How to change app language on click of a button and without restarting the app ?
new updated flutter ver 1.17
A GlobalKey was used multiple times inside one widget's child list. The offending GlobalKey was: [GlobalObjectKey _MaterialAppState#a4dea] The parent of the widgets with that key was: ScrollConfiguration behavior: _MaterialScrollBehavior The...
``` flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ flutter: The following NoSuchMethodError was thrown building ScrollConfiguration(behavior: flutter: _MaterialScrollBehavior): flutter: The getter 'languageCode' was called on null. flutter: Receiver: null...