Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
engine-flutter-autoroll c37fe7c4fa
Roll Engine from b482f5ad0230 to b20c1a37749d (4 revisions) (#88553)
* 565281149 Roll Skia from eb0195e5b4d5 to cd2c1beb1e4e (2 revisions) (flutter/engine#28203)

* f21f5a8d3 Fix stack-buffer-overflow in linux value tests (flutter/engine#28204)

* c3c26c440 Roll Skia from cd2c1beb1e4e to e453fa063da5 (2 revisions) (flutter/engine#28205)

* b20c1a377 Revert "Adds semantics tooltip support (#27893)" (flutter/engine#28207)
2021-08-19 16:02:41 -07:00
.github Make no-response plugin no-op for forks. (#88058) 2021-08-11 14:40:28 -07:00
bin Roll Engine from b482f5ad0230 to b20c1a37749d (4 revisions) (#88553) 2021-08-19 16:02:41 -07:00
dev Manually close the tree for issue #88531 (#88532) 2021-08-19 07:57:53 -07:00
examples Reland remove DefaultShaderWarmup (#88455) 2021-08-18 21:37:03 -07:00
packages Reland remove DefaultShaderWarmup (#88455) 2021-08-18 21:37:03 -07:00
.ci.yaml Run plugin_lint_mac task when either flutter_tools or integration_test packages change (#88396) 2021-08-17 18:57:02 -07:00
.cirrus.yml Switch document generation to use the snippets package (#87231) 2021-08-11 19:48:29 -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 Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
AUTHORS Don't synthesize primary pointer button unless buttons = 0 (#85808) 2021-07-19 12:48:17 -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 Switch document generation to use the snippets package (#87231) 2021-08-11 19:48:29 -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 updated readme.md (#84525) 2021-08-03 11:55:03 -07:00
SECURITY.md Fix link in SECURITY.md (#84877) 2021-06-30 16:51:06 -07:00
TESTOWNERS update ownership (#88451) 2021-08-18 17:32:05 -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 in our contributor guide.