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
2020-06-24 18:31:37 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-06-24 18:31:37 -0300
Commit
61cac09d08116d9deeadc178cdf3adf2fec0d3bd
61cac09d
1 parent
67f3f809
Update root_widget.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
lib/src/root/root_widget.dart
lib/src/root/root_widget.dart
View file @
61cac09
...
...
@@ -276,8 +276,6 @@ class GetMaterialApp extends StatelessWidget {
?
null
:
(
st
)
{
final
match
=
_routeTree
.
matchRoute
(
initialRoute
);
print
(
initialRoute
);
print
(
match
.
parameters
);
Get
.
parameters
=
match
.
parameters
;
return
[
GetRouteBase
(
...
...
Please
register
or
login
to post a comment