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
2019-11-16 18:46:09 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2019-11-16 18:46:09 -0300
Commit
d43f939e5d177b706b522dc5ea887c3a3e792e90
d43f939e
1 parent
3c54a5d7
Update getroute.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
lib/src/getroute.dart
lib/src/getroute.dart
View file @
d43f939
...
...
@@ -2,8 +2,6 @@ import 'package:flutter/cupertino.dart';
import
'package:flutter/material.dart'
;
class
GetRoute
<
T
>
extends
PageRoute
<
T
>
{
/// Construct a MaterialPageRoute whose contents are defined by [builder].
///
/// The values of [builder], [maintainState], and [fullScreenDialog] must not
/// be null.
GetRoute
({
...
...
Please
register
or
login
to post a comment