meta-flutter icon indicating copy to clipboard operation
meta-flutter copied to clipboard

Google Flutter for Yocto

Results 77 meta-flutter issues
Sort by recently updated
recently updated
newest added

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 =...

bringup

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...

bringup

Update flutter-engine build to use external clang 18 toolchain

enhancement
scarthgap

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...

kirkstone
scarthgap

Create a class to support building executable Dart apps. Depends on dart-sdk-native.

enhancement
kirkstone
scarthgap
dunfell

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.

kirkstone

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...

enhancement

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...

enhancement

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.

enhancement