Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor AutoRoute according to new implementatiaon #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2021

  1. New implementation of AutoRoute package

    1. Deleted line generateNavigationHelperExtension: true.
    2. Renamed MaterialRoute to AutoRoute.
    NestorBurma1 authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    9284fb2 View commit details
    Browse the repository at this point in the history
  2. According to new implementation of AutoRoute

    ExtendedNavigator replaced with AutoRouterDelegate.
    NestorBurma1 authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    dcc2808 View commit details
    Browse the repository at this point in the history
  3. According to new implementation of AutoRoute.

    Replaced 
    ExtendedNavigator.of(context).replace(Routes.notesOverviewPage), 
    with
      context.router.replace(NotesOverviewPage(),),
    and 
      ExtendedNavigator.of(context).replace(Routes.signInPage),
     with
      context.router.replace(SignInPageRoute(),),
    NestorBurma1 authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    8fb24cc View commit details
    Browse the repository at this point in the history
  4. Autoroute new version

    New version 2.3.0
    NestorBurma1 authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1da0e61 View commit details
    Browse the repository at this point in the history