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-06-02 15:43:51 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
069ddc290683ad15980243e64d0fa89832d46177
069ddc29
1 parent
7eb4cf59
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
.vscode/launch.json
lib/get_navigation/src/nav2/get_router_delegate.dart
.vscode/launch.json
View file @
069ddc2
...
...
@@ -20,6 +20,13 @@
"cwd"
:
"example_nav2"
,
"request"
:
"launch"
,
"type"
:
"dart"
},
{
"name"
:
"example_nav2 WEB"
,
"cwd"
:
"example_nav2"
,
"request"
:
"launch"
,
"type"
:
"dart"
,
"deviceId"
:
"Chrome"
}
]
}
\ No newline at end of file
...
...
lib/get_navigation/src/nav2/get_router_delegate.dart
View file @
069ddc2
...
...
@@ -57,6 +57,8 @@ class GetDelegate extends RouterDelegate<GetPage>
@override
Future
<
void
>
setNewRoutePath
(
GetPage
configuration
)
{
/// incorrect, remove routes until you reach the page in configuration.
/// if it's not found push it.
routes
.
clear
();
pageRoutes
.
clear
();
return
pushRoute
(
configuration
);
...
...
Please
register
or
login
to post a comment