Jonny Borges
Committed by GitHub

Merge pull request #618 from eduardoflorence/bug-analyze

Resolvendo bug ao executar flutter analyze
... ... @@ -1056,4 +1056,4 @@ Since version 2.8 it is possible to access the properties
/// It replaces the Flutter Navigator, but needs no context.
/// You can to use navigator.push(YourRoute()) rather
/// Navigator.push(context, YourRoute());
NavigatorState get navigator => Get.key.currentState;
NavigatorState get navigator => GetNavigation(Get).key.currentState;
... ...