Roll Engine from 346051939814 to 59b01e0e5a3f (35 revisions) (#69709)

* c597333e8 Roll Skia from f548a028ce70 to c21902c0d3cc (46 revisions) (flutter/engine#22224)

* 37d766c0d Fix includes to start with shell (flutter/engine#22227)

* 1ad676529 [web] Fixes canvas pixelation and overallocation due to transforms.  (flutter/engine#22160)

* 9f9fc1fa2 Roll Skia from c21902c0d3cc to 9615bcf71f2a (1 revision) (flutter/engine#22226)

* 0faa72e4a Roll Dart SDK from fed66f60a3bc to 25ef5dc559cf (1 revision) (flutter/engine#22225)

* 172a3930f Report image diff status for iOS scenario golden tests (flutter/engine#22230)

* fddabca7b updating integration tests version. (flutter/engine#22235)

* a36bcdc69 Roll Fuchsia Mac SDK from mhak7e_o6... to 8SkbMXJJ9... (flutter/engine#22231)

* 6a331d3be Roll Skia from 9615bcf71f2a to d5e6368fffd0 (8 revisions) (flutter/engine#22234)

* 9b34207a1 Fixing semantics borders on mobile web (flutter/engine#21856)

* 4e9459e00 Refactored the FlutterEngine to make it easier to implement spawn functionality (flutter/engine#21890)

* fa77e6871 disable AppLifecycleTests (flutter/engine#22236)

* 153775bc5 update golden (flutter/engine#22247)

* 50dbe8554 [web] fix hot restart type error (flutter/engine#22248)

* c8cf09aa4 Roll Skia from d5e6368fffd0 to 7585a65ac709 (7 revisions) (flutter/engine#22237)

* 68e2e4695 Roll Fuchsia Mac SDK from 8SkbMXJJ9... to Pz4ZHZrUp... (flutter/engine#22246)

* d3182bc22 Roll Dart SDK from 25ef5dc559cf to 5acb5fcf84cb (4 revisions) (flutter/engine#22243)

* 9b4bb20ac makes android semanticsnode to ignore hittest if it is not focusable (flutter/engine#22205)

* 3c7a54e9d Roll Fuchsia Linux SDK from sNx8qabBn... to QqGvMWaYk... (flutter/engine#22244)

* eea98b2b6 Roll Skia from 7585a65ac709 to dffd20efe95c (14 revisions) (flutter/engine#22250)

* 46e3bba99 Defer Windows arrow key and delete handling (flutter/engine#22207)

* 14437d6c0 fix _getArrayBuffer signature (flutter/engine#22251)

* 8defec6e8 Fix nullability issue with Image.network (flutter/engine#22252)

* 67d55ed42 Roll Dart SDK from 5acb5fcf84cb to a9d583383410 (4 revisions) (flutter/engine#22255)

* 7c8f57c07 Report error when instantiating CanvasKit network image (flutter/engine#22159)

* 9945db3d5 Remove the metrics task from cirrus. (flutter/engine#22240)

* bd1918111 Add braces on if statements to match linter style (flutter/engine#22130)

* e9c62e749 do not print in _computePixelDensity (flutter/engine#22257)

* 261710199 Roll Dart SDK from a9d583383410 to d2577410a501 (1 revision) (flutter/engine#22258)

* 3d194fa54 Switch macOS embedding to proc table embedder API (flutter/engine#21811)

* 31b6f0b31 Roll Fuchsia Mac SDK from Pz4ZHZrUp... to 6yEx5GNGG... (flutter/engine#22262)

* 78a018174 Roll Fuchsia Linux SDK from QqGvMWaYk... to oLF1FW-gC... (flutter/engine#22264)

* ccdb6819c WeakPersistentHandle migration (flutter/engine#19843)

* ce0a30c4d Roll Dart SDK from 52783837369d to b43baaaa477d (723 revisions) (flutter/engine#22265)

* 59b01e0e5 [web] Fix repaint logic for cullrect,transform changes (flutter/engine#22273)
3 files changed
tree: fde78bceb3ee4c7dd39cc63ebdc741fe12e5e218
  1. .github/
  2. bin/
  3. dev/
  4. examples/
  5. packages/
  6. .cirrus.yml
  7. .gitattributes
  8. .gitignore
  9. analysis_options.yaml
  10. AUTHORS
  11. CODE_OF_CONDUCT.md
  12. CODEOWNERS
  13. CONTRIBUTING.md
  14. dartdoc_options.yaml
  15. flutter_console.bat
  16. LICENSE
  17. PATENT_GRANT
  18. README.md
README.md

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.