Skip to content

Instantly share code, notes, and snippets.

@kichiemon
Last active February 19, 2020 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kichiemon/60c8169dcaeefc9cf57eb0f962bbe4c6 to your computer and use it in GitHub Desktop.
Save kichiemon/60c8169dcaeefc9cf57eb0f962bbe4c6 to your computer and use it in GitHub Desktop.
flutter_modal_push_page: The key point is `fullscreenDialog: true,`
Navigator.push(
context,
new MaterialPageRoute(
builder: (BuildContext context) => NextPage(),
fullscreenDialog: true,
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment