vrouter 0.0.13+1 vrouter: ^0.0.13+1 copied to clipboard
A Flutter package that makes navigation and routing easy on every platform.
[0.0.13+1] - 23/02/2021 #
- Change import to display web badge on pub.dev
[0.0.13] - 23/02/2021 #
- Enable CupertinoPage when on IOS (https://github.com/lulupointu/vrouter/issues/3)
[0.0.12] - 20/02/2021 #
- Path parameters given in pushNamed are now encoded
- pushNamed will now also search in aliases and pick the right path depending on the given pathParameters
[0.0.11+2] - 20/02/2021 #
- Minor fix for pop events
[0.0.11+1] - 20/02/2021 #
- Update README
[0.0.11] - 20/02/2021 #
- give a vRedirector when handling pop events
[0.0.10] - 19/02/2021 #
- add widgetBuilder for VStacked and VChild
[0.0.9] - 18/02/2021 #
- add vRedirector in beforeLeave and beforeEnter
- fix error when replacing path parameters in pushNamed
- fix error with pushReplace on the web
[0.0.8] - 16/02/2021 #
- Fix error when pushing a url which does not start with '/'
[0.0.7] - 16/02/2021 #
- Correct wrong import
[0.0.6] - 16/02/2021 #
- Remove empty statements
[0.0.5] - 16/02/2021 #
- Remove dart:io import to enable web support badge
[0.0.4] - 16/02/2021 #
- Remove unnecessary statements.
- Remove direct dependence on move_to_background to enable web support badge
[0.0.3] - 16/02/2021 #
- Fix null error.
[0.0.2] - 16/02/2021 #
- Fix readme.
[0.0.1] - 16/02/2021 #
- Initial release.