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
fa58691d
Commit
fa58691d
authored
Jul 31, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #420 from abarth/fix_readme_links
Use absolute URLs in sky/packages/sky/README.md
parents
c464b82f
32d8a5ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
README.md
packages/flutter/README.md
+6
-4
No files found.
packages/flutter/README.md
View file @
fa58691d
...
@@ -45,7 +45,8 @@ void main() {
...
@@ -45,7 +45,8 @@ void main() {
Execution starts in
`main`
, which in this example runs a new instance of the
`HelloWorldApp`
.
Execution starts in
`main`
, which in this example runs a new instance of the
`HelloWorldApp`
.
The
`HelloWorldApp`
builds a
`Text`
widget containing the traditional
`Hello, world!`
The
`HelloWorldApp`
builds a
`Text`
widget containing the traditional
`Hello, world!`
string and centers it on the screen using a
`Center`
widget. To learn more about
string and centers it on the screen using a
`Center`
widget. To learn more about
the widget system, please see the
[
widgets tutorial
](
lib/widgets/README.md
)
.
the widget system, please see the
[
widgets tutorial
](
https://github.com/domokit/sky_engine/blob/master/sky/packages/sky/lib/widgets/README.md
)
.
Setting up your Android device
Setting up your Android device
-------------------------
-------------------------
...
@@ -96,6 +97,7 @@ Building a standalone APK
...
@@ -96,6 +97,7 @@ Building a standalone APK
Although it is possible to build a standalone APK containing your application,
Although it is possible to build a standalone APK containing your application,
doing so right now is difficult. If you're feeling brave, you can see how we
doing so right now is difficult. If you're feeling brave, you can see how we
build the
`Stocks.apk`
in
[
example/stocks
](
example/stocks
)
. Eventually we plan
build the
`Stocks.apk`
in
to make this much easier and support platforms other than Android, but that work
[
example/stocks
](
https://github.com/domokit/sky_engine/tree/master/sky/packages/sky/example/stocks
)
.
still in progress.
Eventually we plan to make this much easier and support platforms other than
Android, but that work still in progress.
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