Update README; beta release (#15098)
This commit is contained in:
parent
c599662903
commit
ab56c63971
56
README.md
56
README.md
@ -1,6 +1,6 @@
|
|||||||
# <img src="https://flutter.io/images/flutter-mark-square-100.png" alt="Flutter" width="40" height="40" /> Flutter [](https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/flutter/flutter) [](https://ci.appveyor.com/project/flutter/flutter/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 [](https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/flutter/flutter) [](https://ci.appveyor.com/project/flutter/flutter/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 {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
|||||||
### 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).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user