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
Jonny Borges
2021-06-04 15:55:40 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a6033e68f4697e7fd5c0d9f5a35ff070014be84
7a6033e6
1 parent
6165e8b6
add GetNavigator to root
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
lib/get_navigation/src/nav2/get_router_delegate.dart
lib/get_navigation/src/nav2/get_router_delegate.dart
View file @
7a6033e
...
...
@@ -218,7 +218,8 @@ class GetDelegate extends RouterDelegate<GetNavConfig>
Widget
build
(
BuildContext
context
)
{
final
pages
=
getVisualPages
();
final
extraObservers
=
navigatorObservers
;
return
Navigator
(
return
GetNavigator
(
name:
'root'
,
key:
navigatorKey
,
onPopPage:
_onPopVisualRoute
,
pages:
pages
,
...
...
Please
register
or
login
to post a comment