Find a file
2021-06-01 16:18:30 -07:00
.github Update the no-response template. (#79925) 2021-04-08 15:44:04 -07:00
bin Revert "Roll Engine from ac6087b5cbc4 to ad10ab8d695e (7 revisions) (#83742)" (#83750) 2021-06-01 16:18:30 -07:00
dev [web] run all text layout benchmarks in CanvasKit mode (#83718) 2021-06-01 13:54:02 -07:00
examples [gradle] Unlock all configurations if a local engine is used (#83635) 2021-06-01 13:19:03 -07:00
packages [integration_test] Fix early reporting of results (#83685) 2021-06-01 13:24:04 -07:00
.ci.yaml Mark flutter_gallery__transition_perf_e2e flaky (#83384) 2021-05-25 18:59:17 -07:00
.cirrus.yml consolidate all web integration tests under the same shard (#82307) 2021-05-12 15:01:11 -07:00
.gitattributes Add pre-stable support for create on Windows (#51895) 2020-03-23 10:42:26 -07:00
.gitignore Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
analysis_options.yaml enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
AUTHORS Add cold boot option to emulator launch command (#82647) 2021-05-19 10:54:04 -07:00
CODE_OF_CONDUCT.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00
CODEOWNERS Remove CODEOWNERS on .ci.yaml (#82977) 2021-05-20 10:14:03 -07:00
CONTRIBUTING.md Minor tweaks to CONTRIBUTING.md (#73375) 2021-01-06 16:54:03 -08:00
dartdoc_options.yaml Update dartdoc to 0.35.0 (#67432) 2020-10-07 08:47:05 -07:00
flutter_console.bat License update (#45373) 2019-11-27 15:04:02 -08:00
LICENSE License update (#45373) 2019-11-27 15:04:02 -08:00
PATENT_GRANT Rename patent file (#38686) 2019-08-16 16:54:58 +01:00
README.md Replace Gitter with Discord badge (#75893) 2021-02-11 23:27:41 -08:00
SECURITY.md Fix typo resolved->reported in security.md (#73760) 2021-01-11 19:19:02 -08:00
TESTOWNERS add ownership for ios32 tests (#83037) 2021-05-20 15:19:03 -07:00

Flutter logo

Build Status - Cirrus Discord badge Twitter handle

Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

Documentation

For announcements about new releases and breaking changes, follow the flutter-announce@googlegroups.com mailing list or see the breaking changes page.

About Flutter

We think Flutter will help you create beautiful, fast apps, with a productive, extensible and open development model.

Beautiful user experiences

We want to enable designers to deliver their full creative vision without being forced to water it down due to limitations of the underlying framework. Flutter's layered architecture gives you control over every pixel on the screen and its powerful compositing capabilities let you overlay and animate graphics, video, text, and controls without limitation. Flutter includes a full set of widgets that deliver pixel-perfect experiences on both iOS and Android.

Reflectly hero image

Fast results

Flutter is fast. It's powered by the same hardware-accelerated 2D graphics library that underpins Chrome and Android: Skia. We architected Flutter to support glitch-free, jank-free graphics at the native speed of your device. Flutter code is powered by the world-class Dart platform, which enables compilation to 32-bit and 64-bit ARM machine code for iOS and Android, as well as JavaScript for the web and Intel x64 for desktop devices.

Dart platform diagram

Productive development

Flutter offers stateful hot reload, allowing you to make changes to your code and see the results instantly without restarting your app or losing its state.

Hot reload animation

Extensible and open model

Flutter works with any development tool (or none at all) but includes editor plug-ins for both Visual Studio Code and IntelliJ / Android Studio. Flutter provides thousands of packages to speed your development, regardless of your target platform. And accessing other native code is easy, with support for both FFI and platform-specific APIs.

Flutter is a fully open-source project, and we welcome contributions. Information on how to get started can be found at our contributor guide.