Skip to content

Tags: Milad-Akarie/auto_route_library

Tags

auto_route-v7.8.2

Toggle auto_route-v7.8.2's commit message
 - **DOCS**: Fix typos and a broken links.

auto_route-v7.8.1

Toggle auto_route-v7.8.1's commit message
 - **FIX**: crash if pendingChildren are passed in as unmodifiable list.

 - **DOCS**: Fix typos and a broken links.
 - **DOCS**: Add public Api docs to auto_route_generator.

auto_route_generator-v7.3.1

Toggle auto_route_generator-v7.3.1's commit message
 - **DOCS**: Add public Api docs to auto_route_generator.

auto_route-v7.8.0

Toggle auto_route-v7.8.0's commit message
 - **FEAT**: add PlatformDeepLink.initial flag to tell whether we're …

…coming from setInitialRoutePath or setNewRoutePath.

 - **FEAT**: add option to pass custom ignore_for_file rules to the generated file.
 - **FEAT**: support the new allowSnapshotting flag.

auto_route_generator-v7.3.0

Toggle auto_route_generator-v7.3.0's commit message
 - **REFACTOR**: generated routes are not alphabetically sorted.

 - **FEAT**: add option to pass custom ignore_for_file rules to the generated file.
 - **FEAT**: Add basic support to dart records.

auto_route-v7.7.1

Toggle auto_route-v7.7.1's commit message
 - **FIX**: tab routes should be matched by key not name.

auto_route-v7.7.0

Toggle auto_route-v7.7.0's commit message
 - **FEAT**: Add basic support to dart records.

auto_route_generator-v7.2.0

Toggle auto_route_generator-v7.2.0's commit message
 - **FEAT**: add 'scoped' argument to to StackRouter.popUntil, if tru…

…e the predicate will visit all StackRouters in hierarchy.

 - **DOCS**: update CHANGELOG.md.

auto_route-v7.6.0

Toggle auto_route-v7.6.0's commit message
 - **FEAT**: add 'scoped' argument to to StackRouter.removeUntil, if …

…true the predicate will visit all StackRouters in hierarchy.

 - **FEAT**: add 'scoped' argument to to StackRouter.popUntil, if true the predicate will visit all StackRouters in hierarchy.

auto_route-v7.5.0

Toggle auto_route-v7.5.0's commit message
 - **FIX**: Uri percent-encoded characters encoded twice #1620.

 - **FIX**: delegate missing arguments in auto_route_guard redirect.
 - **FEAT**(auto_route): add `AutoPageRouteBuilder.opaque` argument.