engine-flutter-autoroll fb0cbb8bee
Roll Engine from b0f3c0f7e478 to fa2eb22cffc5 (18 revisions) (#90549)
* ffdaa4bb5 Implement a default font manager for Fuchsia. (flutter/engine#28673)

* 0608a01c9 Replace jcenter() for mavenCentral() (flutter/engine#28777)

* ccec08a47 Roll Dart SDK from a0243abd09e3 to 86a21d182523 (6 revisions) (flutter/engine#28779)

* e2bd49840 [web] clear surfaces on hot restart (flutter/engine#28675)

* 6eceff5b0 Roll Skia from e32309d771ee to a48e7b0186b3 (10 revisions) (flutter/engine#28782)

* 3c01c60bc Eliminate unnecessary canvaskit imports (flutter/engine#28787)

* 4e4873e2e Set MinimumOSVersion to iOS 9 in Info.plist (flutter/engine#28783)

* 4872f8f9e Roll Dart SDK from 86a21d182523 to c2429dee845e (1 revision) (flutter/engine#28789)

* d8120eb34 Roll Skia from a48e7b0186b3 to bb30fc16e1be (1 revision) (flutter/engine#28791)

* 13a631ab1 Roll Fuchsia Mac SDK from 3k3-vCrm5... to NM9FaaYay... (flutter/engine#28792)

* a60c0c3bb Roll Fuchsia Linux SDK from JD40LpEJO... to bWZcp2jnx... (flutter/engine#28793)

* 04d47cdfe Roll Skia from bb30fc16e1be to 5527735121f5 (1 revision) (flutter/engine#28794)

* 827c62ac6 Roll Dart SDK from c2429dee845e to 715a98df1828 (1 revision) (flutter/engine#28795)

* f16f0ce4c Roll Skia from 5527735121f5 to cb25d566c21d (3 revisions) (flutter/engine#28796)

* ec009a3d1 Roll Dart SDK from 715a98df1828 to 4e396689de4f (1 revision) (flutter/engine#28797)

* df5b56610 Disable failing unit tests on UWP (flutter/engine#28785)

* b6e744025 Roll Dart SDK from 4e396689de4f to 6e17953f4e7e (1 revision) (flutter/engine#28800)

* fa2eb22cf [canvaskit] Fix bug when overlays are disabled (flutter/engine#28790)
2021-09-22 14:06:54 -07:00
2021-09-13 13:04:01 -07:00
2021-09-22 16:41:19 +02:00
2021-06-30 16:51:06 -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.

Terms of service

The Flutter tool may occasionally download resources from Google servers. By downloading or using the Flutter SDK you agree to the Google Terms of Service: https://policies.google.com/terms

For example, when installed from GitHub (as opposed to from a prepackaged archive), the Flutter tool will download the Dart SDK from Google servers immediately when first run, as it is used to execute the "flutter" tool itself. This will also occur when Flutter is upgraded (e.g. by running the "flutter upgrade" command).

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 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.

Languages
Dart 75%
C++ 16.5%
Objective-C++ 2.9%
Java 2.8%
Objective-C 0.7%
Other 1.9%