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
Jonatas
2020-09-07 15:53:21 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07bdbec982db696aaf43d8ec244a9a2138c589ea
07bdbec9
1 parent
ca774690
format with dartfmt
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
14 deletions
lib/src/navigation/routes/default_route.dart
lib/src/state_manager/rx/rx_workers/rx_workers.dart
lib/src/navigation/routes/default_route.dart
View file @
07bdbec
...
...
@@ -157,19 +157,18 @@ class GetPageRoute<T> extends PageRoute<T> {
}
if
(
customTransition
!=
null
)
{
return
customTransition
.
buildTransition
(
context
,
finalCurve
,
alignment
,
animation
,
secondaryAnimation
,
popGesture
??
Get
.
defaultPopGesture
?
_CupertinoBackGestureDetector
<
T
>(
enabledCallback:
()
=>
_isPopGestureEnabled
<
T
>(
this
),
onStartPopGesture:
()
=>
_startPopGesture
<
T
>(
this
),
child:
child
)
:
child
,
);
context
,
finalCurve
,
alignment
,
animation
,
secondaryAnimation
,
popGesture
??
Get
.
defaultPopGesture
?
_CupertinoBackGestureDetector
<
T
>(
enabledCallback:
()
=>
_isPopGestureEnabled
<
T
>(
this
),
onStartPopGesture:
()
=>
_startPopGesture
<
T
>(
this
),
child:
child
)
:
child
,
);
}
/// Apply the curve by default...
...
...
lib/src/state_manager/rx/rx_workers/rx_workers.dart
View file @
07bdbec
...
...
@@ -182,7 +182,7 @@ class Worker {
//final bool _verbose = true;
void
_log
(
String
msg
)
{
// if (!_verbose) return;
// if (!_verbose) return;
GetConfig
.
log
(
'
$runtimeType
$type
$msg
'
);
}
...
...
Please
register
or
login
to post a comment