Skip to content

Instantly share code, notes, and snippets.

@termosa
Created May 22, 2019 06:21
Show Gist options
  • Save termosa/146afd590b395df57a4c5797b29feff6 to your computer and use it in GitHub Desktop.
Save termosa/146afd590b395df57a4c5797b29feff6 to your computer and use it in GitHub Desktop.
[An Introduction to Flutter: The Interface] Static navigator methods
Navigator.push(context, MaterialPageRoute(...));
Navigator.pushNamed(context, '/sub');
Navigator.pop(context);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment