Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1056,4 +1056,4 @@ Since version 2.8 it is possible to access the properties | @@ -1056,4 +1056,4 @@ Since version 2.8 it is possible to access the properties | ||
1056 | /// It replaces the Flutter Navigator, but needs no context. | 1056 | /// It replaces the Flutter Navigator, but needs no context. |
1057 | /// You can to use navigator.push(YourRoute()) rather | 1057 | /// You can to use navigator.push(YourRoute()) rather |
1058 | /// Navigator.push(context, YourRoute()); | 1058 | /// Navigator.push(context, YourRoute()); |
1059 | -NavigatorState get navigator => Get.key.currentState; | 1059 | +NavigatorState get navigator => GetNavigation(Get).key.currentState; |
-
Please register or login to post a comment