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
7094e17f
Commit
7094e17f
authored
Jul 18, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in README.md
parent
b5347ce5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
README.md
packages/flutter/README.md
+4
-5
No files found.
packages/flutter/README.md
View file @
7094e17f
...
...
@@ -7,8 +7,8 @@ Sky apps are written in Dart. To get started, we need to set up Dart SDK:
-
Ensure that
`$DART_SDK`
is set to the path of your Dart SDK and that the
`dart`
and
`pub`
executables are on your
`$PATH`
.
Once
we have the Dart SDK, we can creating a new directory and
adding a
[
pubspec.yaml
](
https://www.dartlang.org/tools/pub/pubspec.html
)
:
Once
you have instealled Dart SDK, create a new directory and adding a
[
pubspec.yaml
](
https://www.dartlang.org/tools/pub/pubspec.html
)
:
```
yaml
name
:
your_app_name
...
...
@@ -16,9 +16,8 @@ dependencies:
sky
:
any
```
Once the
`pubspec.yaml`
is in place, create a
`lib`
directory (where your Dart
\
code will go) and use the
`pub`
tool to fetch the Sky package and its
dependencies:
Next, create a
`lib`
directory (where your Dart code will go) and use the
`pub`
tool to fetch the Sky package and its dependencies:
-
`mkdir lib`
-
`pub get && pub run sky:init`
...
...
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