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:53:32 -0400
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
eafa08fde108ae77b2a6fdebed4a296d992283cf
eafa08fd
2 parents
31c6a4dd
a0a0e729
Merge branch 'master' of
https://github.com/FiercestT/getx
into master
Hide 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 @
eafa08f
...
...
@@ -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