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
Fiercest
2020-10-06 09:34:35 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-10-06 09:34:35 -0400
Commit
a0a0e72923bccacbd12539b6dc2890f07a063e17
a0a0e729
1 parent
79baf577
Update root_widget.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packages/get_navigation/lib/src/root/root_widget.dart
packages/get_navigation/lib/src/root/root_widget.dart
View file @
a0a0e72
...
...
@@ -161,7 +161,7 @@ class GetMaterialApp extends StatelessWidget {
final
match
=
Get
.
routeTree
.
matchRoute
(
name
);
Get
.
parameters
=
match
?.
parameters
;
//Route can be nullable, just pass the
initial
route
//Route can be nullable, just pass the
unknown
route
if
(
match
?.
route
==
null
)
{
return
[
GetPageRoute
(
...
...
Please
register
or
login
to post a comment