commit | c3ad4f0f66bf806c86a717bd4ab1040456ae6e05 | [log] [tgz] |
---|---|---|
author | engine-flutter-autoroll <engine-flutter-autoroll@skia.org> | Fri Oct 29 19:10:16 2021 -0400 |
committer | GitHub <noreply@github.com> | Fri Oct 29 16:10:16 2021 -0700 |
tree | 776951f5f1a8e7863f955628292ac7d2d17848b6 | |
parent | a8046c048c85f15e723a12e92dda4b6685f318f5 [diff] |
Roll Engine from ddf4bd598eb3 to 3a0a63c2d209 (12 revisions) (#92702) * 921872d97 Roll Skia from 762a01fd999e to 721388ecdbbe (4 revisions) (flutter/engine#29390) * 5a6fa26e1 Make an interface for FlBinaryMessenger * 3510312c6 Make an interface for FlPluginRegistrar * a99f373c6 Make an interface for FlTextureRegistrar * ed44967b8 Fix widget reference handling * 98333c8bd Move mock objects into separate modules * 71c8a9cd2 Can't test FlView on a server - no display * 367e37165 Update licenses * eb7401c7f Roll Skia from 721388ecdbbe to b5450fb9015b (2 revisions) (flutter/engine#29392) * 111b80ef6 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (flutter/engine#29320) * 684323cd3 [fuchsia] Remove unused sdk_ext.gni. (flutter/engine#29393) * 3a0a63c2d Roll Skia from b5450fb9015b to 9fc189f1cbdf (2 revisions) (flutter/engine#29394)
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.
For announcements about new releases and breaking changes, follow the flutter-announce@googlegroups.com mailing list or see the breaking changes page.
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).
We think Flutter will help you create beautiful, fast apps, with a productive, extensible and open development model.
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.
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.
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.
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.