bind3 0.0.8
bind3: ^0.0.8 copied to clipboard
A library that allows you to bind routes to page controllers
0.0.8 #
auto_route, flutter_lints, build_runner updated
for auto_route:
- pushNamed replaced to pushPath method
- replaceNamed replaced to replacePath method
- navigateNamed replaced to navigatePath method
0.0.7 #
RepositoriesContainerBase is now a mixin Additional methods for route navigation
0.0.6+1 #
RouteNode return route get-property with type AutoRoute RouteNodeCupertino return route get-property with type CupertinoRoute RouteNodeMaterial return route get-property with type MaterialRoute
0.0.6 #
RouteController is mixin now
0.0.5 #
My initial release.