flutter_localization_tutorial icon indicating copy to clipboard operation
flutter_localization_tutorial copied to clipboard

Tried calling: languageCode

Open judges opened this issue 6 years ago • 0 comments

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
flutter: Tried calling: languageCode

I have cloned your example and get surprize. Can you help me on?

judges avatar Nov 01 '19 10:11 judges