Skip to content

Instantly share code, notes, and snippets.

@Zedd0202
Created October 16, 2020 04:45
Navigator.of(context, rootNavigator: true).push(
CupertinoPageRoute<void>(
builder: (BuildContext context) => NewPlanWidget(),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment