• Home
  • Raw
  • Download

Lines Matching full:flutter

1 # [![Flutter logo][]][flutter.dev]

6 Flutter is Google's mobile app SDK for crafting high-quality native interfaces
7 on iOS and Android in record time. Flutter works with existing code, is used by
12 * [Install Flutter](https://flutter.dev/get-started/)
13 * [Flutter documentation](https://flutter.dev/docs)
14 * [Development wiki](https://github.com/flutter/flutter/wiki)
15 * [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
18 [flutter-announce@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-announce)
21 ## About Flutter
23 We think Flutter will help you create beautiful, fast apps, with a productive,
30 Flutter's [layered architecture] gives you control over every pixel on the
32 graphics, video, text and controls without limitation. Flutter includes a full
40 Flutter is fast. It's powered by the same hardware-accelerated [Skia] 2D
41 graphics library that underpins Chrome and Android. We architected Flutter to
43 Flutter code is powered by the world-class [Dart platform], which enables
48 Flutter offers stateful hot reload, allowing you to make changes to your code
55 Flutter works with any development tool, but includes editor plug-ins for both
56 [Visual Studio Code] and [IntelliJ / Android Studio]. Flutter provides
57 [thousands of packages][Flutter packages] to speed your development, regardless
76 Flutter is a fully open source project, and we welcome contributions.
80 [Flutter logo]: https://flutter.dev/assets/flutter-lockup-4cb0ee072ab312e59784d9fbf4fb7ad42688a7fdaea1270ccf6bbf4f34b7e03f.svg
81 [flutter.dev]: https://flutter.dev
82 [Build Status - Cirrus]: https://api.cirrus-ci.com/github/flutter/flutter.svg
83 [Build status]: https://cirrus-ci.com/github/flutter/flutter/master
84 [Gitter Channel]: https://badges.gitter.im/flutter/flutter.svg
85 [Gitter badge]: https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
86 [layered architecture]: https://flutter.dev/docs/resources/inside-flutter
87 [widget catalog]: https://flutter.dev/widgets/
88 [Reflectly hero image]: https://github.com/flutter/website/blob/master/src/images/homepage/reflectly-hero-600px.png
91 [Hot reload animation]: https://raw.githubusercontent.com/flutter/website/master/src/_assets/image/tools/android-studio/hot-reload.gif
92 [Hot reload]: https://flutter.dev/docs/development/tools/hot-reload
93 [Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
94 [IntelliJ / Android Studio]: https://plugins.jetbrains.com/plugin/9212-flutter
95 [Flutter packages]: https://pub.dev/flutter
96 [interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channe