Write and read files from SD card flutter

Viewed 27

Is there any way to Read and write files from external SD Card with flutter ,like using

getExternalStorageDirectory()

from path_provider package to access local storage(read,write,modify,create..)?

0 Answers
Related