Find a file
engine-flutter-autoroll bd182e3911
Roll engine 6991dd981bf7..78a1c7ebf9ad (16 commits) (#51901)
* 04fa001d2 Roll src/third_party/skia 8121d27b297c..73ae40a424fa (1 commits) (flutter/engine#16900)

* f9b78c5db Drop last usages of Dart_New from engine (flutter/engine#16838)

* 0795be89d Roll src/third_party/skia 73ae40a424fa..b19408040143 (4 commits) (flutter/engine#16901)

* 2c5145eb6 Roll src/third_party/dart ca3ad264a649..06155d499645 (3 commits) (flutter/engine#16902)

* 7ca9bf000 Roll fuchsia/sdk/core/mac-amd64 from WmA2M... to cGxwD... (flutter/engine#16903)

* 44ed69011 Roll src/third_party/dart 06155d499645..c07d5d84b828 (3 commits) (flutter/engine#16904)

* 00d77945d Roll src/third_party/skia b19408040143..853789cdfe3c (1 commits) (flutter/engine#16905)

* 922e257b5 Roll src/third_party/skia 853789cdfe3c..96c2eb6258ae (3 commits) (flutter/engine#16906)

* e02734006 Roll fuchsia/sdk/core/linux-amd64 from uiAI5... to ULy6Z... (flutter/engine#16907)

* 5fdfc12e0 Roll src/third_party/skia 96c2eb6258ae..b58098f34c56 (2 commits) (flutter/engine#16908)

* 66bac1cac Roll src/third_party/dart c07d5d84b828..e7e45599cb1a (9 commits) (flutter/engine#16909)

* 0f7b14f56 Roll src/third_party/skia b58098f34c56..ae2da5e7f9b5 (3 commits) (flutter/engine#16910)

* 224e0f961 Roll src/third_party/skia ae2da5e7f9b5..964aa91580b6 (4 commits) (flutter/engine#16911)

* ca8bb0a92 Roll src/third_party/skia 964aa91580b6..4036cb1f0b6e (5 commits) (flutter/engine#16912)

* ba8a89223 Roll src/third_party/dart e7e45599cb1a..5701c4fd3b11 (25 commits) (flutter/engine#16913)

* 78a1c7ebf Revert "Drop last usages of Dart_New from engine (#16838)" (flutter/engine#16915)
2020-03-03 18:05:24 -08:00
.github Update BUG.md (#48539) 2020-01-11 11:04:29 -08:00
bin Roll engine 6991dd981bf7..78a1c7ebf9ad (16 commits) (#51901) 2020-03-03 18:05:24 -08:00
dev Move embedding and linking Flutter frameworks into the tool (#51453) 2020-03-03 12:11:28 -08:00
examples Move embedding and linking Flutter frameworks into the tool (#51453) 2020-03-03 12:11:28 -08:00
packages Fix _checkPodCondition not handling CocoaPodsStatus.brokenInstall (#51676) 2020-03-03 17:55:02 -08:00
.cirrus.yml Turn off reupload_on_changes for Cirrus caches (#51524) 2020-02-27 10:34:46 -08:00
.codecov.yml dont require diffs to have a percentage coverage greater than the previous diff (#36090) 2019-07-12 15:10:41 -07:00
.gitattributes Add git config option to automatically convert CRLF to LF (#8122) 2017-02-14 10:21:33 -08:00
.gitignore [flutter_tools] support --split-debug-info option in android builds (#49650) 2020-02-05 17:45:24 -08:00
analysis_options.yaml update lint list + enable unnecessary_string_interpolations (#50593) 2020-02-14 09:43:52 +01:00
AUTHORS Added linking to viewInsets and viewPadding in MediaQuery padding docs (#50659) 2020-02-12 14:58:05 -08:00
CODE_OF_CONDUCT.md Mention conduct@flutter.dev (#39150) 2019-08-25 10:46:02 -07:00
CODEOWNERS Add @christopherfujino as owner of dev/ci (docker) (#48261) 2020-01-06 13:55:03 -08:00
CONTRIBUTING.md Revert "Revert "Add many more global analyses. (#47875)" (#48080)" (#48081) 2020-01-02 11:47:28 -08:00
dartdoc_options.yaml Reverse the sense of the terms snippet and sample. (#48254) 2020-01-08 15:28:02 -08: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 Update README.md (#49078) 2020-01-17 13:43:23 -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.

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 Skia 2D graphics library that underpins Chrome and Android. 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.