From 7276b8cd1de10cff3671642e67989bef104e7333 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Thu, 2 Nov 2023 15:38:12 -0700 Subject: Roll meta-flutter -Flutter SDK 3.13.9 -ivi-homescreen/flutter-auto Update Damage area: addresses resizing to larger size EGL 1.4 compatibility (Renesas) file-selector plugin support google-sign-in plugin updates egl config multisample build option warn-as-error fixes -AOT generation now includes dart_plugin_registrant.dart fixes: meta-flutter issue #115 -dart_plugin_registrant.dart is filtered for unused platforms -path_provider is dependent on xdg-user-dirs if you want official xdg directories, otherwise methods return home path. For apps that are dependent on xdg-user-dirs add xdg-user-dirs to your RDEPENDS, and run `xdg-user-dirs-update` on birthday boot from user that runs homescreen/flutter-auto. -ivi-homescreen/flutter-auto known working apps included in meta-flutter * flutter_markdown_example * google_maps_flutter_example runs - not plumbed into proprietary module * path_provider_example run xdg-user-dirs-update same user as the homescreen/flutter-auto runs as * animated_background_example * gallery * go_router_examples * google_sign_in_example * extension_google_sign_in_example * shared_preferences_example * file_selector_example runs, and zenity starts works on desktop homescreen/flutter-auto For AGL app activation code needed * url_launcher_example url launch works, webview launch/close not wired in For AGL app activation code needed * camera_example runs, does not talk to flutter-auto * wonders does not display anything shared_preference plugin issue - needs investigation appears to be pigeon related * in_app_purchase_example does not display anything appears to be pigeon related * video_player_example runs, does not talk to homescreen/flutter-auto. Needs update to work with upstream pigeon change Signed-off-by: Joel Winarske Change-Id: I5f465816c074d9753d3f024e71575905b26b604d --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 40f5d87b..1677d59b 100644 --- a/default.xml +++ b/default.xml @@ -61,7 +61,7 @@ - + -- cgit 1.2.3-korg