Eduardo Florence

resolvendo ambiguidade do getter key

@@ -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;