We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20c83e commit 82bcd27Copy full SHA for 82bcd27
2 files changed
lib/src/route_controller.dart
@@ -75,7 +75,7 @@ class RouteController {
75
//
76
77
78
- bool get canGoBack => _pNavigationState.getValue().index > 0;
+ bool get canGoBackward => _pNavigationState.getValue().index > 0;
79
bool get canGoForward =>
80
_pNavigationState.getValue().index <
81
_pNavigationState.getValue().routes.length - 1;
pubspec.yaml
@@ -19,7 +19,7 @@ funding:
19
- https://github.com/sponsors/t0mb3rr
20
- https://www.buymeacoffee.com/dev_cetera
21
description: A lightweight router designed for ease of use and efficient state management.
22
-version: 0.5.1
+version: 0.5.2
23
topics:
24
- router
25
- navigation
0 commit comments