Questions tagged [path-provider]
18 questions
0
votes
0 answers
Flutter - save image to specific directory
I'm writing flutter desktop app, I use screenshot package to capture widget and save that image in local storage. I tried path_provider to get the path using getTemporaryDirectory() and getApplicationDocumentsDirectory(), but I want to save to path…

HaiAnh
- 27
- 6
0
votes
1 answer
DartPluginRegistrant.ensureInitialized not fixing use of path_provider in Isolate
Attempts to use path_provider in an Isolate are not working.
I have followed the recommendations from this Flutter issue.
It appears WidgetsFlutterBinding.ensureInitialized() is not working as intended.
Flutter 3.3.1 • channel stable •…

Sound Conception
- 5,263
- 5
- 30
- 47
-1
votes
0 answers
when i download a mp4 file in getApplicationDocumentsDirectory() path using path_provider why it convert to Unit8list Flutter?
i download this file here for video but it does not save a .mp4 format.it saves as a unit8list. i try to convert it to file then play it into video player.it does not play in videoplayer.file
var url…

user8874367
- 1
- 1