meta-flutter
meta-flutter copied to clipboard
Google Flutter for Yocto
Implement a pub.dev fetcher: `pubdev://` enumerate a pubspec.lock file and generate a list of pubdev:// resources. Similar to how Rust is done with cargo:// JSON response from server includes archive...
This is currently a limitation with the PDFium project itself. I only references linux-x64 in the DEPS file. The fetch fails looking for linuxarm64 cip asset.
This is a limitation of the upstream repo. In fact upstream it does not support the cross compilation I am doing with this recipe. It fails not finding `absl` module.
Hi, I just update all my meta to the latest kirkstone and the flutter gallery is not working anymore on the imx8mm. This is the error: ``` root@imx8mm-lpddr4-evk:/var/rootdirs/home/fio# flutter-auto --b=/usr/share/flutter/gallery/3.7.7/release/...
You may need to patch flutter-sdk-native to adjust kTouchSlop: https://github.com/flutter/flutter/blob/925f3eee66f14cd8d517cee745ee432982adcfbe/packages/flutter/lib/src/gestures/constants.dart#L61 In one case changing `kTouchSlop` from 18 to 64 makes custom touch controllers much more responsive.
Hi meta-ti recently add a lot of patches to enable the graphics on kirkstone. I tested weston-simple-egl today and works well so I decided to test Flutter. First build complained...
Just an update from our side: We were able to revert back to Flutter version 3.3.7 and get flutter-auto working with our application. We have been testing the stability of...
Need a clean way to manage patches for a given engine build. Current model is via commit range. One idea: Use folder structure for versions. Subfolder would be named SDK...
Hi Joel, first I thank you for your support upon now. I just did a fresh build using your latest commit on a imx8mp. Starting the `flutter_homescreen` app with `flutter-pi`...