Commit ab56c639 authored by Nicholas Rebhun's avatar Nicholas Rebhun Committed by xster

Update README; beta release (#15098)

parent c5996629
# <img src="https://flutter.io/images/flutter-mark-square-100.png" alt="Flutter" width="40" height="40" /> Flutter [![Join Gitter Chat Channel -](https://badges.gitter.im/flutter/flutter.svg)](https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status - Travis](https://travis-ci.org/flutter/flutter.svg?branch=master)](https://travis-ci.org/flutter/flutter) [![Build Status - AppVeyor](https://ci.appveyor.com/api/projects/status/meyi9evcny64a2mg/branch/master?svg=true)](https://ci.appveyor.com/project/flutter/flutter/branch/master) [![Coverage Status -](https://coveralls.io/repos/github/flutter/flutter/badge.svg?branch=master)](https://coveralls.io/github/flutter/flutter?branch=master) # <img src="https://flutter.io/images/flutter-mark-square-100.png" alt="Flutter" width="40" height="40" /> Flutter [![Join Gitter Chat Channel -](https://badges.gitter.im/flutter/flutter.svg)](https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status - Travis](https://travis-ci.org/flutter/flutter.svg?branch=master)](https://travis-ci.org/flutter/flutter) [![Build Status - AppVeyor](https://ci.appveyor.com/api/projects/status/meyi9evcny64a2mg/branch/master?svg=true)](https://ci.appveyor.com/project/flutter/flutter/branch/master) [![Coverage Status -](https://coveralls.io/repos/github/flutter/flutter/badge.svg?branch=master)](https://coveralls.io/github/flutter/flutter?branch=master)
A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Flutter is an alpha, open-source project. A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android. Flutter is an open-source project currently in beta.
### Documentation ### Documentation
...@@ -104,7 +104,7 @@ Future<Null> getBatteryLevel() async { ...@@ -104,7 +104,7 @@ Future<Null> getBatteryLevel() async {
} }
``` ```
Learn how to use <a href="https://flutter.io/using-packages/">packages</a>, or Learn how to use <a href="https://flutter.io/using-packages/">packages</a>, or
write <a href="https://flutter.io/platform-channels/">platform channels</a>, write <a href="https://flutter.io/platform-channels/">platform channels</a>,
to access native code, APIs, and SDKs. to access native code, APIs, and SDKs.
...@@ -121,48 +121,48 @@ existing Java/Kotlin/ObjC/Swift investment. ...@@ -121,48 +121,48 @@ existing Java/Kotlin/ObjC/Swift investment.
### Build ### Build
* **Beautiful app UIs** * **Beautiful app UIs**
* Rich 2D GPU-accelerated APIs * Rich 2D GPU-accelerated APIs
* Reactive framework * Reactive framework
* Animation/motion APIs * Animation/motion APIs
* Material Design and iOS widgets * Material Design and iOS widgets
* **Fluid coding experience** * **Fluid coding experience**
* Sub-second, stateful hot reload * Sub-second, stateful hot reload
* IntelliJ: refactor, code completion, etc * IntelliJ: refactor, code completion, etc
* Dart language and core libs * Dart language and core libs
* Package manager * Package manager
* **Full-featured apps** * **Full-featured apps**
* Interop with mobile OS APIs & SDKs * Interop with mobile OS APIs & SDKs
* Gradle/Java/Kotlin * Gradle/Java/Kotlin
* Cocoapods/ObjC/Swift * Cocoapods/ObjC/Swift
### Optimize ### Optimize
* **Test** * **Test**
* Unit testing * Unit testing
* Integration testing * Integration testing
* On-device testing * On-device testing
* **Debug** * **Debug**
* IDE debugger * IDE debugger
* Web-based debugger * Web-based debugger
* async/await aware * async/await aware
* Expression evaluator * Expression evaluator
* **Profile** * **Profile**
* Timeline * Timeline
* CPU and memory * CPU and memory
* In-app perf charts * In-app perf charts
### Deploy ### Deploy
* **Compile** * **Compile**
* Native ARM code * Native ARM code
* Dead code elimination * Dead code elimination
* **Distribution** * **Distribution**
* App Store * App Store
* Play Store * Play Store
Learn more about what makes Flutter special in the Learn more about what makes Flutter special in the
<a href="https://flutter.io/technical-overview/">technical overview</a>. <a href="https://flutter.io/technical-overview/">technical overview</a>.
Join us in our [Gitter chat room](https://gitter.im/flutter/flutter) or join our public mailing list, Join us in our [Gitter chat room](https://gitter.im/flutter/flutter) or join our public mailing list,
[flutter-dev@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-dev). [flutter-dev@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-dev).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment