gg_router 3.1.5
gg_router: ^3.1.5 copied to clipboard
Create nested routes. Sync app state and browser URL. Navigate absolutely and relatively. Animate route transitions. Save and restore state. Manage URI query parameters.
Changelog #
[Unreleased] #
Changed #
- Rework changelog + repository URL in pubspec.yaml
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
Fixed #
- ChangeLog
Removed #
- 'Pipline: Disable cache'
3.1.5 - 2024-04-13 #
3.1.4 - 2024-04-10 #
3.1.2 - 2024-01-01 #
- Update latest dependencies
3.1.1 - 2024-01-01 #
- Update library dependencies
3.1.0 - 2023-03-21 #
- Performance improvements for animations
GgNavigationPage: Allow to overwrite back and close button
3.0.2 - 2023-02-23 #
- Breaking change:
GgNavigationPageRoottakes aGgNavigationPageinstead ofpageContent,childrenandsemanticLabels. - Breaking change: Renamed
visibleRoute->stagedDescendants - Hand these parameters over to
GgNavigationPageconstructor. - Use
showBackButtonconstructor parameter ofGgNavigationto show or hide back button. - Fix an issue with updating the route tree
- Add
onShow,onNavigateToParent,onNavigateToChildtoGgNavigationPage - Add
showCloseButtontoGgNavigationPage - Handle over size for popover routes
- Fix
nameOfChildAnimatingOutwas null when popover was closed. - Add a bunch of animations
2.0.0 - 2022-01-22 #
- Background color of
NavigationBarcan be null to allow clicks going widgets behind - Added
parseJson(...) - Added
typedef GgNavigationPageBuilder - Simplified widget structure
- Use
GgShowInForegroundto define which widgets should be shown in the foreground: a) the widget animated in or b) the widget animated out. - Added
GgNavigationPageto create deeply nested navigation pages similar toCupertinoPageScaffoldandCupertinoNavigationBar. - Breaking changes:
- Animation callbacks are provided with the size of the enclosing widget
1.2.1 - 2022-01-22 #
- Upgraded dependencies
- Removed warnings
- Works on Flutter 2.10
1.2.0 - 2021-06-29 #
- Introduced
GgRouteChangeBuilder - Allow to set semantics label for a given route
- Allow to specify semantic labels for a given route path
- Store semantic label into JSON
1.1.0 - 2021-03-24 #
- Fixed issues with disposing the route tree
- Renamed
GgRouteTreeNode:childintoGgRouteTreeNode:findOrCreateChild - Reintroduced
GgRouteTreeNode:child - Refined handling when a root and a default path is submitted to GgRouterDelegate.
GgRouterDelegatecan take a pre-configured root node, which helps the route tree be managed outside the widget hierarchy.GgRouteTreeNode.newRoot()was introduced to create root nodes.
1.0.1 - 2021-03-20 #
- Fixed a bug braking semantic labels
1.0.0 - 2021-03-19 #
- Added the option to define wild card routes using '*' as route name.
1.0.0-beta.5 - 2021-03-18 #
-
Animations
-
Route transitions can be animated now.
-
Create a separate in and out animation
-
Create different animations for different routes
-
GgPopoverRoute -
was renamed in
GgPopoverRoute -
Interface was changed slightly
-
Index routes
-
Index routes must not be named with empty name.
-
They must get the name `INDEX.
-
Renamed several identifiers.
1.0.0-beta.4 - 2021-03-13 #
- Save and restore route tree
1.0.0-beta.3 - 2021-03-11 #
- Added an index route example
1.0.0-beta.2 - 2021-03-10 #
- Fixed the unit tests for the example.
1.0.0-beta.1 - 2021-03-10 #
- The first public version of GgRouter.