flutter-ddd-firebase-course
flutter-ddd-firebase-course copied to clipboard
Refactor AutoRoute according to new implementatiaon
- Replace builder ExtendedNavigator with AutoRouterDelegate and routeInformationParser in app_widget.dart.
- Deleted generateNavigationHelperExtension in router.dart.
- Replaced MaterialRoute with AutoRoute in router.dart.
- Replaced ExtendedNavigator.of(context).replace with context.router.replace in splash_page.dart.
- Update auto_route version in pubspec.yaml.