Roll meta-flutter 77/29377/2
authorJoel Winarske <joel.winarske@gmail.com>
Thu, 2 Nov 2023 22:38:12 +0000 (15:38 -0700)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 Nov 2023 19:02:25 +0000 (19:02 +0000)
-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

default.xml

index 40f5d87..1677d59 100644 (file)
@@ -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 -->