flutter-ddd-firebase-course icon indicating copy to clipboard operation
flutter-ddd-firebase-course copied to clipboard

Refactor AutoRoute according to new implementatiaon

Open NestorBurma1 opened this issue 4 years ago • 0 comments

  1. Replace builder ExtendedNavigator with AutoRouterDelegate and routeInformationParser in app_widget.dart.
  2. Deleted generateNavigationHelperExtension in router.dart.
  3. Replaced MaterialRoute with AutoRoute in router.dart.
  4. Replaced ExtendedNavigator.of(context).replace with context.router.replace in splash_page.dart.
  5. Update auto_route version in pubspec.yaml.

NestorBurma1 avatar Sep 05 '21 12:09 NestorBurma1