Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
91 views

I’m running Flutter 3.32.5 (Dart 3.8.1) on iOS 18 (Xcode 15). The app crashes on startup with: Thread 1: EXC_BAD_ACCESS (code=1, address=0x0) at GeneratedPluginRegistrant.m -> PathProviderPlugin ...
1 vote
1 answer
119 views

After updating some Linux Mint 22.2 packages (I forget which packages) I no longer able to run my Flutter app correctly because of these errors: Package path_provider:linux references ...
2 votes
1 answer
236 views

I'm encountering an error when building my Flutter project, and I have been unable to resolve it after trying various solutions. Here is the error message I am getting: The supplied phased action ...
4 votes
0 answers
3k views

I'm encountering a build error while trying to run my Flutter project using Android Studio Hedgehog on Windows 11. The error specifically occurs during the :path_provider_android:...
0 votes
0 answers
68 views

I am trying to show the Fetch Items via the News List tile in my app project, but it seems no data is showing. it is still stuck on 'Streams still loading' and I don't know what is going on. so I will ...
2 votes
0 answers
65 views

In an Android release build of our Flutter app, we call getApplicationDocumentsDirectory in main.dart (after WidgetsFlutterBinding.ensureInitialized();) in order to initialize Hive (3rd party library ...
1 vote
1 answer
382 views

I'am tryng to run my unit test for this project, and it's giving me this error message: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins....
1 vote
0 answers
132 views

After writing the file counter.txt Future<File> get _localFile async { final path = await _localPath; return File('$path/counter.txt'); } located in a folder specified by ...
Sam7919's user avatar
  • 663
1 vote
1 answer
835 views

How can I use path_provider to download files from bytes in external storage, like download folder, like you try to make it get the application directory, writing it and moving to external storage, ...
0 votes
1 answer
383 views

I am trying to export an excel file from my flutter app to my mobile. It exports the file to "Excel file exported to: /data/user/0/com.example.bmc/app_flutter/table_data.xlsx". When I check ...
1 vote
1 answer
428 views

In running flutter test on MacOS I am getting this error: FileSystemException: Creation failed, path = '/mock' (OS Error: Read-only file system, errno = 30) Note that it is working fine on Windows and ...
0 votes
0 answers
27 views

I'm trying to take screenshots of a widget using the screenshot package and share it. I'm using the same code in their document to try and achieve this. path_provider doesn't work on the web, so now I'...
0 votes
1 answer
840 views

Path_provider's getExternalStorageDirectory() on Android returns '/storage/emulated/0/Android/data/com.example.myApp/files', but it is not external directory. It should return something like '/storage/...
1 vote
0 answers
108 views

I have been reading a number of different Stackoverflow answers that say to use the path_provider plugin. I think I have everything workign fine but its not quite saving. // Convert the data to CSV ...
1 vote
1 answer
82 views

I just tried the example from path_provider github and this function : getExternalStorageDirectories() return the path: /storage/emulated/0/ etc... but never /storage/xxx-xxx/ etc relative to my ...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /