anilcancakir / flutter-internationalization

Flutter Internationalization by Using JSON Files
19 stars 5 forks source link

Fix variable type on the _sentences map to dynamic #2

Closed YuriGuilherme closed 6 years ago

YuriGuilherme commented 6 years ago

https://github.com/anilcancakir/flutter-internationalization/blob/abb318b401b63923788cbab10ebc56cf898f2285/lib/main.dart#L17

This line is broken your code. Please, verify and correct the second variable on _sentences map to: Map<String, dynamic> _sentences;