Skip to content

Instantly share code, notes, and snippets.

@jacobaraujo7
Created December 15, 2020 16:02
Show Gist options
  • Save jacobaraujo7/8007f9f8f10378680467786edc317fae to your computer and use it in GitHub Desktop.
Save jacobaraujo7/8007f9f8f10378680467786edc317fae to your computer and use it in GitHub Desktop.
@override
final List<ModularRoute> routes = [
...
ChildRoute('/start', child: (_, args) => StartPage(), children: [
ModuleRoute('/home', module: HomeModule()),
ChildRoute('/config', child: (_, args) => ConfigPage()),
ChildRoute('/perfil', child: (_, args) => PerfilPage()),
]),
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment