meta-flutter
meta-flutter copied to clipboard
Google Flutter for Yocto
https://doc-en.rvspace.org/Doc_Center/visionfive_2.html https://github.com/meta-flutter/meta-flutter/issues/453 https://github.com/jwinarske/meta-vulkan/issues/19 https://github.com/jwinarske/meta-vulkan/issues/18 The following config/patch produces a `core-image-weston` image: ## layers ``` Build Configuration: BB_VERSION = "2.0.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS = "riscv64-poky-linux" MACHINE =...
Looking at a riscv64 build for flutter engine. Target: Starfive VisionFive 2 dart-sdk builds/runs on target, so depot_tools, gn fetcher, and GCC toolchain are functional. I have flutter-engine to the...
Update flutter-engine build to use external clang 18 toolchain
Since you're currently building a lot of example apps, I'd like to suggest one app type that is still missing in the recipes: I couldn't find a working app example...
Create a class to support building executable Dart apps. Depends on dart-sdk-native.
Engine main will soon be merging GTK4 support. For branches that do not have GTK4 we need to disable desktop package config for flutter-engine.
This issue is around packaging runtime dependencies with flutter engine SDK. Moving gen_snapshot to different runtime environments may require a regressed interpreter to be installed. Ideally we package the runtime...
https://github.com/flutter/news_toolkit https://github.com/googleads/googleads-mobile-flutter The Android plugin uses Variant type 129, which is not supported in C++ at this time. Custom code required on embedder side to support this.
Packages like [package_info_plus](https://pub.dev/packages/package_info_plus) provide ways to read the name and version of an app programmatically within flutter apps. This doesn't work with custom embedders unfortunately: flutter "bundle" builds simply do...
Create engine patch that makes the flutter_assets path an asset_manager. This would allow using relative paths to access anything in the flutter_assets folder from Dart.