0

I want to get Path of the internal download folder /storage/emulated/0/Download.

what I have tried :

This plugin. but it throws an error and in repo also suggested that :

This plugin has lots of inconsistencies and should no longer be used. Feel free to fork and tweak it.

help me.

Sandeep Sharma
  • 639
  • 2
  • 9
  • 34

1 Answers1

0

Maybe this will help:

https://flutter.dev/docs/cookbook/persistence/reading-writing-files

In my case.:

getApplicationDocumentsDirectory();

Returns the flutter directory path. With the folder: "app_flutter" at the end. You might change this path to find the download directory.

Fabi An
  • 1
  • 1