Skip to content

Instantly share code, notes, and snippets.

@jacobaraujo7
Created December 15, 2020 03:16
Show Gist options
  • Save jacobaraujo7/cf4845020ab0da1565ed64d69f984e8c to your computer and use it in GitHub Desktop.
Save jacobaraujo7/cf4845020ab0da1565ed64d69f984e8c to your computer and use it in GitHub Desktop.
@override
final List<ModularRoute> routes = [
ChildRoute('/', child: (_, args) => SplashPage()),
ChildRoute('/home', child: (_, args) => HomePage()),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment