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-01-31 20:35:35 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-01-31 20:35:35 -0300
Commit
f1ceec780a181ca43baf503f12a872607a7c2b2b
f1ceec78
1 parent
4b90b8ad
Update routes.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
lib/src/routes.dart
lib/src/routes.dart
View file @
f1ceec7
...
...
@@ -109,12 +109,8 @@ class Get {
// WidgetBuilder builder,
bool
useRootNavigator
=
true
,
})
{
assert
(
child
==
null
// || builder == null
);
assert
(
child
!=
null
);
assert
(
useRootNavigator
!=
null
);
// assert(debugCheckHasMaterialLocalizations(context));
final
ThemeData
theme
=
Theme
.
of
(
Get
.
key
.
currentContext
,
shadowThemeOnly:
true
);
return
getShowGeneralDialog
(
...
...
Please
register
or
login
to post a comment