Roll Engine from 9d2377f0d8aa to c633b2a6a04f (12 revisions) (#85598)

* 36a247f7b Temporarily opt out of reduced shaders variants till roll issues are resolved. (flutter/engine#27048)

* b06ff8397 [web] Render RTL text correctly (flutter/engine#26811)

* 3283cafe1 --sound-null-safety instead of enable-experiment where possible (flutter/engine#26999)

* e10490d3a Roll Fuchsia Linux SDK from qq5J5tHIA... to eMHAbJpmO... (flutter/engine#27049)

* 15ed6a0ef Removes the licence sheck from cirrus (flutter/engine#27051)

* 6d8a01ad2 Roll Skia from 62ce2488f744 to c6804edbaefc (4 revisions) (flutter/engine#27050)

* e8339ed2b Fix use-after-free. (flutter/engine#27053)

* ecd4a14ab Roll Dart SDK from 5103185fdff6 to 9d7c40ba84c4 (1 revision) (flutter/engine#27054)

* 2e86f4b1b Roll Skia from c6804edbaefc to 55b401ed9e6c (1 revision) (flutter/engine#27055)

* 6136cbd8b Give FlutterView a view ID (flutter/engine#27052)

* 05fe2e265 Revert "--sound-null-safety instead of enable-experiment where possible (#26999)" (flutter/engine#27059)

* c633b2a6a Roll Dart SDK from 9d7c40ba84c4 to d01a840fa25b (1 revision) (flutter/engine#27058)
2 files changed
tree: 3c412c3f296e0398e1efb2f68f428ff8ba30b317
  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.