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
2021-03-31 08:52:21 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
071a132b4b79ff0a75f34dd1a75a2f373d638bd7
071a132b
1 parent
23ab345a
remove comments unnecessary
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/get_navigation/src/routes/default_route.dart
lib/get_navigation/src/routes/default_route.dart
View file @
071a132
...
...
@@ -31,7 +31,6 @@ class GetPageRoute<T> extends PageRoute<T> {
this
.
maintainState
=
true
,
bool
fullscreenDialog
=
false
,
this
.
middlewares
,
// }) : reference = "$routeName: ${page.hashCode}",
})
:
reference
=
"
$routeName
:
${settings?.hashCode ?? page.hashCode}
"
,
super
(
settings:
settings
,
fullscreenDialog:
fullscreenDialog
);
...
...
Please
register
or
login
to post a comment