Skip to content

Instantly share code, notes, and snippets.

@rohan20
Last active September 3, 2018 11:42
Show Gist options
  • Save rohan20/dd8ddba6d3039032773f7e334e104a98 to your computer and use it in GitHub Desktop.
Save rohan20/dd8ddba6d3039032773f7e334e104a98 to your computer and use it in GitHub Desktop.
flutter-localization
actions: <Widget>[
IconButton(
icon: Icon(
Icons.settings,
color: Colors.black,
),
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(
builder: (context) {
return LanguageSelectorPage();
},
),
);
},
),
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment