Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Eduardo Florence
2020-09-15 19:54:52 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
155bcd60c44bc3ed7e174463a4be988a8177cadc
155bcd60
1 parent
55adae3c
resolvendo ambiguidade do getter key
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/navigation/extension_navigation.dart
lib/src/navigation/extension_navigation.dart
View file @
155bcd6
...
...
@@ -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
=>
Get
Navigation
(
Get
)
.
key
.
currentState
;
...
...
Please
register
or
login
to post a comment