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-05-11 21:11:15 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-05-11 21:11:15 -0300
Commit
cf2252be86d7f1ef12e93853070e7de571edd827
cf2252be
1 parent
feb4a634
Fix doc typo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
cf2252b
...
...
@@ -706,7 +706,7 @@ See how simple it is:
initialRoute: '/',
onGenerateRoute: (settings) {
if (settings.name == '/') {
return GetRoute(
return GetRoute
Base
(
page: Scaffold(
appBar: AppBar(
title: Text("Main"),
...
...
@@ -722,7 +722,7 @@ See how simple it is:
),
);
} else if (settings.name == '/second') {
return GetRoute(
return GetRoute
Base
(
page: Center(
child: Scaffold(
appBar: AppBar(
...
...
Please
register
or
login
to post a comment