Roll Engine from ced58ef9c13e to b9616cad9c7d (14 revisions) (#84882)

* 7e449ce14 Roll Skia from fab6ede2ec1d to 33da72d168d7 (24 revisions) (flutter/engine#26790)

* 9d2ab4142 Fix windows keyboard: Extended key, delegate order (flutter/engine#26757)

* e3f4f2b68 Roll Dart SDK from 2084c5eeef79 to 914b1c6d1c88 (4 revisions) (flutter/engine#26792)

* 4754a23d1 Roll Skia from 33da72d168d7 to 491282486e34 (1 revision) (flutter/engine#26793)

* 6a7f1a9c3 Roll Skia from 491282486e34 to b2cb817d23d0 (4 revisions) (flutter/engine#26795)

* 42d391d7b Fix a leak of the resource EGL context on Android (flutter/engine#26789)

* 4f89b26e9 Roll Dart SDK from 914b1c6d1c88 to 369366069b83 (1 revision) (flutter/engine#26799)

* 6e9444b76 Roll Skia from b2cb817d23d0 to e8502cc73c5d (5 revisions) (flutter/engine#26801)

* 86dacc0aa Revert "Support scrolling in iOS accessibility (#26671)" (flutter/engine#26803)

* 0cbaa809d Disable Skia reduceOpsTaskSplitting option (flutter/engine#26568)

* b9761b213 Roll Skia from e8502cc73c5d to 8e814b3be082 (6 revisions) (flutter/engine#26805)

* e274d310e Remove autoninja calls from the analyze script. (flutter/engine#26752)

* 399917c9b Revert "Remove autoninja calls from the analyze script. (#26752)" (flutter/engine#26812)

* b9616cad9 Roll Dart SDK from 369366069b83 to 0796dd6c7bcf (1 revision) (flutter/engine#26807)
1 file changed
tree: ec3d258f0f9fc1199380a8b994c35ea490ad3aea
  1. .github/
  2. bin/
  3. dev/
  4. examples/
  5. packages/
  6. .ci.yaml
  7. .cirrus.yml
  8. .gitattributes
  9. .gitignore
  10. analysis_options.yaml
  11. AUTHORS
  12. CODE_OF_CONDUCT.md
  13. CODEOWNERS
  14. CONTRIBUTING.md
  15. dartdoc_options.yaml
  16. flutter_console.bat
  17. LICENSE
  18. PATENT_GRANT
  19. README.md
  20. SECURITY.md
  21. TESTOWNERS
README.md

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.

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.