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
soulcure
2022-02-15 11:02:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ddc6bdffd01b33ca00c67eb4576480d218b3eb4
9ddc6bdf
1 parent
4a8b3389
get.to() function implementation miss return
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/extension_navigation.dart
lib/get_navigation/src/extension_navigation.dart
View file @
9ddc6bd
...
...
@@ -519,7 +519,7 @@ extension GetNavigationExt on GetInterface {
bool
rebuildStack
=
true
,
PreventDuplicateHandlingMode
preventDuplicateHandlingMode
=
PreventDuplicateHandlingMode
.
ReorderRoutes
})
{
searchDelegate
(
id
).
to
(
return
searchDelegate
(
id
).
to
(
page
,
opaque:
opaque
,
transition:
transition
,
...
...
Please
register
or
login
to post a comment