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
Ahmed Fwela
2021-08-02 02:30:45 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
30541c2161c5b672be8e9ba0cc7aa4b5645d0c8f
30541c21
1 parent
10a2175e
no need for an extra class
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
52 deletions
lib/get_navigation/src/routes/get_route.dart
lib/get_navigation/src/routes/get_route.dart
View file @
30541c2
...
...
@@ -182,55 +182,3 @@ class GetPage<T> extends Page<T> {
).
getPageToRoute
<
T
>(
this
,
unknownRoute
);
}
}
class
GetRouteAwarePage
<
T
>
extends
GetPage
<
T
>
{
GetRouteAwarePage
({
required
String
name
,
required
GetRouteAwarePageBuilder
page
,
bool
?
popGesture
,
Map
<
String
,
String
>?
parameters
,
String
?
title
,
Transition
?
transition
,
Curve
curve
=
Curves
.
linear
,
bool
?
participatesInRootNavigator
,
Alignment
?
alignment
,
bool
maintainState
=
true
,
bool
opaque
=
true
,
double
Function
(
BuildContext
context
)?
gestureWidth
,
Bindings
?
binding
,
List
<
Bindings
>
bindings
=
const
[],
CustomTransition
?
customTransition
,
Duration
?
transitionDuration
,
bool
fullscreenDialog
=
false
,
bool
preventDuplicates
=
true
,
Object
?
arguments
,
List
<
GetPage
>
children
=
const
<
GetPage
>[],
List
<
GetMiddleware
>?
middlewares
,
GetPage
?
unknownRoute
,
bool
showCupertinoParallax
=
true
,
})
:
super
(
name:
name
,
page:
page
,
alignment:
alignment
,
arguments:
arguments
,
binding:
binding
,
bindings:
bindings
,
children:
children
,
curve:
curve
,
customTransition:
customTransition
,
fullscreenDialog:
fullscreenDialog
,
gestureWidth:
gestureWidth
,
maintainState:
maintainState
,
middlewares:
middlewares
,
opaque:
opaque
,
parameters:
parameters
,
participatesInRootNavigator:
participatesInRootNavigator
,
popGesture:
popGesture
,
preventDuplicates:
preventDuplicates
,
showCupertinoParallax:
showCupertinoParallax
,
title:
title
,
transition:
transition
,
transitionDuration:
transitionDuration
,
unknownRoute:
unknownRoute
,
);
}
...
...
Please
register
or
login
to post a comment