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
kluverua
2020-06-19 17:17:50 +0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-06-19 17:17:50 +0300
Commit
a59288652ba7810c71105c4a6d5a538f1850e4e9
a5928865
2 parents
d5d76500
c64da9e4
Merge pull request #1 from kluverua/kluverua-patch-1
Update get_main.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
lib/src/get_main.dart
lib/src/get_main.dart
View file @
a592886
...
...
@@ -184,7 +184,8 @@ class GetImpl implements GetService {
Object
arguments
,
Bindings
binding
,
bool
fullscreenDialog
=
false
,
Transition
transition
})
{
Transition
transition
,
Duration
duration
})
{
var
route
=
(
Route
<
dynamic
>
rota
)
=>
false
;
return
global
(
id
).
currentState
.
pushAndRemoveUntil
(
...
...
@@ -197,6 +198,7 @@ class GetImpl implements GetService {
name:
'/'
+
page
.
toString
().
toLowerCase
(),
arguments:
arguments
),
fullscreenDialog:
fullscreenDialog
,
transition:
transition
??
defaultTransition
,
transitionDuration:
duration
??
defaultDurationTransition
,
),
predicate
??
route
);
}
...
...
Please
register
or
login
to post a comment