Oct Nov 2, 2024
- add missing git pull in get_repos
Oct Nov 1, 2024
- update repos
- rework get_repo
- flutter 3.24.4
Oct 16, 2024
- Flutter SDK 3.24.3
- add sudo rm -rf to cleanup failed runs
- flutter_workspace.py: chown -R logname at start; helps with failed runs
Sept 7, 2024
- Flutter SDK 3.24.2
Sept 4, 2024
- Python virtual env by default. This means python3-venv is now a hard requirement.
- for post chown use logname; resolves sudo su and not invoking with sudo
- roll playx3d
Aug 17, 2024
- maplibre - enable vulkan backend
- move libcamera to master
- add sentry-native to repos.json
Aug 9, 2024
- Change flutter channel switch sequence
- Change occurences of
master
tomain
- remove scripts that moved to meta-flutter tools
- remove unused pubspec.py
- make create_aot.py version independent
Aug 2, 2024
- Fix for
ERROR: FormatException: Could not find an option named "target-os"
Aug 1, 2024
- Flutter SDK 3.22.3
June 27, 2024
- Add maplibre platform
- add zenity to runtime package list
- change libcamera meson install from user to sudo
June 26, 2024
- sort platforms. Allows platforms prefixed with "_" to run first.
- increase plugin flags for ivi-homescreen
- add maplibre platform - wayland + no x11
Mar 11, 2024
- ensure recipes are lowercase
- remove trailing space on file patch line
Feb 21, 2024
- rework create_recipes.py + roll_meta_flutter.py add output_path key to override location where recipe gets written add rdepends key which writes recipe RDEPENDS
- skip projects with malformed pubspec.yaml
Feb 20, 2024
- update to Flutter SDK 3.19.0.
- flutter-engine patch required to for engine 3.19.0 to enablele impeller with embedder.
- remove configs/flutter-apps.json. Origin of truth is in meta-flutter.
- tweaks to desktop-homescreen build config related to vNext.
- flutter_workspace.py updates:
git fetch --all prior to attempting to checkout.
Run
chown -R $USER:$USER .
flutter-workspace as last step.