Find a file
engine-flutter-autoroll 97878a2f61
Roll Engine from fdddf8708039 to 05b4bec8b3c1 (8 revisions) (#74540)
* 004d8ad04 Roll Skia from cc6961b9ac5e to 6a272434c2b2 (3 revisions) (flutter/engine#23864)

* 7c2da3bf6 reland of https://github.com/flutter/engine/pull/23634 (flutter/engine#23865)

* a4f02b787 Share Android surface GrDirectContext (flutter/engine#23798)

* 31ef1dd8c Roll Skia from 6a272434c2b2 to bfc9be0f773f (2 revisions) (flutter/engine#23867)

* 6dec57f57 Remove workarounds now that type promotion accounts for local boolean variables. (flutter/engine#23862)

* a78722910 Roll Skia from bfc9be0f773f to 3193ff271628 (5 revisions) (flutter/engine#23872)

* a242dd866 [web] Fix shadows for arbitrary paths on PhysicalShape (flutter/engine#23830)

* 05b4bec8b Started using Dart_CreateInGroup when using spawn on a release build (flutter/engine#23782)
2021-01-25 10:47:00 -08:00
.github Simplify the pull request template further. (#73376) 2021-01-06 15:49:04 -08:00
bin Roll Engine from fdddf8708039 to 05b4bec8b3c1 (8 revisions) (#74540) 2021-01-25 10:47:00 -08:00
dev Drop metrics_center (#74535) 2021-01-22 17:20:08 -08:00
examples Remove unused bigquery code and deps (#74532) 2021-01-22 16:21:01 -08:00
packages Added padding property to NavigationRail items (#69404) 2021-01-25 10:44:05 -08:00
.cirrus.yml Enable build_gallery tests in try/prod builders (#67749) 2020-10-09 15:57:04 -07:00
.gitattributes Add pre-stable support for create on Windows (#51895) 2020-03-23 10:42:26 -07:00
.gitignore Make macrobenchmarks buildable for macos (#71760) 2020-12-04 18:50:17 -08:00
analysis_options.yaml Remove deprecated CupertinoTextThemeData.brightness (#72017) 2020-12-15 12:48:04 -08:00
AUTHORS [flutter_tools]fix typo in printHowToConsumeAar,which case sync fail (#71196) 2021-01-07 15:44:08 -08:00
CODE_OF_CONDUCT.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00
CODEOWNERS Goldens owner, removed obsolete pattern (#54206) 2020-04-07 12:26:02 -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 Flutter Logo for Dark Mode (#72016) 2020-12-14 11:23:04 -08:00
SECURITY.md Fix typo resolved->reported in security.md (#73760) 2021-01-11 19:19:02 -08:00

Flutter logo

Build Status - Cirrus Gitter Channel 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.