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
Ahmed Fwela
2021-05-31 00:23:46 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a4b9cf8d5b465cacc51c1b43cf6ed90dc548e79
3a4b9cf8
1 parent
c5a06ca0
fixed type casting
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/nav2/router_outlet.dart
lib/get_navigation/src/nav2/router_outlet.dart
View file @
3a4b9cf
...
...
@@ -91,7 +91,7 @@ class GetRouterOutlet extends RouterOutlet<GetDelegate, GetPage> {
SizedBox
.
shrink
(),
currentNavStack:
(
routerDelegate
)
=>
routerDelegate
.
routes
,
pickPages:
pickPages
,
delegate:
Get
.
routerDelegate
as
GetDelegate
,
delegate:
Get
.
getDelegate
()
,
);
}
...
...
Please
register
or
login
to post a comment