Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
91557958
Commit
91557958
authored
Jul 08, 2019
by
Karen Rustad Tölva
Committed by
Michael Goderbauer
Jul 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in main.dart templates (#35684)
parent
4f0f88b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.dart.tmpl
packages/flutter_tools/templates/app/lib/main.dart.tmpl
+1
-1
main.dart.tmpl
.../flutter_tools/templates/module/common/lib/main.dart.tmpl
+1
-1
No files found.
packages/flutter_tools/templates/app/lib/main.dart.tmpl
View file @
91557958
...
...
@@ -95,7 +95,7 @@ class _MyHomePageState extends State<MyHomePage> {
// Center is a layout widget. It takes a single child and positions it
// in the middle of the parent.
child: Column(
// Column is also layout widget. It takes a list of children and
// Column is also
a
layout widget. It takes a list of children and
// arranges them vertically. By default, it sizes itself to fit its
// children horizontally, and tries to be as tall as its parent.
//
...
...
packages/flutter_tools/templates/module/common/lib/main.dart.tmpl
View file @
91557958
...
...
@@ -94,7 +94,7 @@ class _MyHomePageState extends State<MyHomePage> {
// Center is a layout widget. It takes a single child and positions it
// in the middle of the parent.
child: Column(
// Column is also layout widget. It takes a list of children and
// Column is also
a
layout widget. It takes a list of children and
// arranges them vertically. By default, it sizes itself to fit its
// children horizontally, and tries to be as tall as its parent.
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment