Route Configuration

PHOTO EMBED

Thu Jul 25 2024 07:21:26 GMT+0000 (Coordinated Universal Time)

Saved by @zemax_c4 ##flutter #go_router

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp.router(
      routerConfig: _router,
    );
  }
}
content_copyCOPY

https://medium.com/