commit | 73a6e0718ec41e910073e7d4b2f21d283921fedb | [log] [tgz] |
---|---|---|
author | Victoria Ashworth <15619084+vashworth@users.noreply.github.com> | Thu Feb 22 15:37:46 2024 -0600 |
committer | GitHub <noreply@github.com> | Thu Feb 22 21:37:46 2024 +0000 |
tree | f02b8bd28637162e6053dea10f308a8f49125cf1 | |
parent | 5088c37325579455b2ac3502489ed3b856b4cb47 [diff] |
Build macOS engine as an xcframework (#50300) Creates and adds FlutterMacOS.xcframework to out/mac or out/host. Creates and archives FlutterMacOS.xcframework when building mac_host_engine. Archives the xcframework in a new zipped folder at `darwin-x64/framework.zip`, `darwin-x64-profile/framework.zip`, `darwin-x64-release/framework.zip`. The FlutterMacOS.framework is also still archived currently - I thought it'd be better to keep it archived so we don't have to worry about the tool breaking until we're ready to remove it. Part of https://github.com/flutter/flutter/issues/126016. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
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.
The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter's core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile toolchain. Most developers will interact with Flutter via the Flutter Framework, which provides a modern, reactive framework, and a rich set of platform, layout and foundation widgets.
If you want to run/contribute to Flutter Web engine, more tooling can be found at felt. This is a tool written to make web engine development experience easy.
If you are new to Flutter, then you will find more general information on the Flutter project, including tutorials and samples, on our Web site at Flutter.dev. For specific information about Flutter's APIs, consider our API reference which can be found at the docs.flutter.dev.
Flutter is a fully open source project, and we welcome contributions. Information on how to get started can be found at our contributor guide.