Skip to content

Instantly share code, notes, and snippets.

@Amir-P
Created February 20, 2020 15:21
Show Gist options
  • Save Amir-P/b7a8a88b6bb57b8ca0640915647bd8c6 to your computer and use it in GitHub Desktop.
Save Amir-P/b7a8a88b6bb57b8ca0640915647bd8c6 to your computer and use it in GitHub Desktop.
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
navigatorObservers: [AppNavigatorObserver()],
home: HomePage(),
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment