Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ nav_title: Flutter Setup
permalink: /setup/
---

(Please remember, Flutter is in _technology preview_. Thanks
for trying it out, and please don't hesitate to
[file issues or bugs](https://github.com/flutter/flutter/issues/new)
for us.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have this note on every page? Maybe we should incorporate it into the banner at the top of the page somehow.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call. I'll add it to our top banner, right after landing this (and I'll remove this note here)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to a banner label (or icon) to indicate the Tech Preview status of Flutter.


This guide describes how to set up your development environment to run Flutter apps on
iOS or Android.

Expand All @@ -24,6 +29,9 @@ To install and run Flutter, your development environment must meet these minimum

## iOS setup

_This step is optional, and can be performed at any time before
using Flutter to develop apps for iOS._

To develop Flutter apps for iOS, you need a Mac with Xcode 7.2 or newer:

1. Install Xcode 7.2 or newer (via [web download](https://developer.apple.com/xcode/) or
Expand Down Expand Up @@ -64,6 +72,9 @@ iOS devices.

## Android setup

_This step is optional, and can be performed at any time before
using Flutter to develop apps for Android._

To develop Flutter apps for Android, you can use either a Mac or a Linux (64-bit) machine:

1. Install [Android Studio](https//developer.android.com/sdk/index.html).
Expand Down Expand Up @@ -127,4 +138,4 @@ Before creating your Flutter project in Atom, you’ll need to perform these pre
2. Open **Packages > Flutter > Package Settings**, and set the **FLUTTER_ROOT** field to the
root directory where you installed the Flutter SDK.
3. Open **Packages > Dart > Package Settings**, and set the **Dart SDK Location** field to the
`bin/cache/dart-sdk` directory in your Flutter SDK’s root folder.
`bin/cache/dart-sdk` directory in your Flutter SDK’s root folder.