summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2023-11-02 15:38:12 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-03 19:02:25 +0000
commit7276b8cd1de10cff3671642e67989bef104e7333 (patch)
tree55651f00a1a3e13312dc3a1e6265200903d15205
parent58f8a076880831fd8f00b4221248451930e77e05 (diff)
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 <joel.winarske@gmail.com> Change-Id: I5f465816c074d9753d3f024e71575905b26b604d
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 40f5d87b..1677d59b 100644
--- a/default.xml
+++ b/default.xml
@@ -61,7 +61,7 @@
<project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
<!-- meta-flutter -->
- <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="eb4ba236a09b448d048b21a89c3ad22d12839569" upstream="kirkstone"/>
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="a146b052eb1c226096cbd8c7d58bbd587462813d" upstream="kirkstone"/>
<project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="06e057c07e12d3a403036926ae01c8da33f225c4" upstream="main"/>
<!-- meta-tensorflow -->