You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Expected: The Flutter gallery application should start
Actual results: Unhandled Exception: MissingPluginException(No implementation found for method getApplicataionDocumentsDirectory on channel plugins.flutter.io/path_provider
Steps to reproduce:
git clone https://gitlab.com/aduskett/buildroot-flutter.git -b flutter-gallery-2.10.2 && cd buildroot-flutter && make flutter_x86_64_efi_demo_defconfig && make -Otarget -j$(nproc) && sh ./board/flutter_x86_64/run-qemu
Flutter-gallery should start up automatically but does not.
Revision 6a8d738 works properly and is what the meta-flutter
repository is using.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue and looking into the cause! I'm going to close this issue in favor of #979 which discusses the solution in more detail. Thanks again :)
Existing issue?
What happened?
Expected vs actual result:
Expected: The Flutter gallery application should start
Actual results:
Unhandled Exception: MissingPluginException(No implementation found for method getApplicataionDocumentsDirectory on channel plugins.flutter.io/path_provider
Steps to reproduce:
git clone https://gitlab.com/aduskett/buildroot-flutter.git -b flutter-gallery-2.10.2 && cd buildroot-flutter && make flutter_x86_64_efi_demo_defconfig && make -Otarget -j$(nproc) && sh ./board/flutter_x86_64/run-qemu
Flutter-gallery should start up automatically but does not.
Revision 6a8d738 works properly and is what the meta-flutter
repository is using.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: