This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Flutter gallery v2.10.2 fails to start on embedded Linux #994
Closed as not planned
Description
Existing issue?
- I checked the existing issues
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