0

I wrote a file in Download directory (internal memory) on my phone using Flutter application. I cheched file properties on phone and the file is not hidden, i.e. the file is visible on the smartphone. But when I check this folder from a regular computer the file is not present there.

rozerro
  • 5,787
  • 9
  • 46
  • 94

1 Answers1

-1

If you are using Android Studio, connect your phone to the PC and run your app. then open device file explorer.

your app data should be in data/package name/ data

let me know if this works

MMG
  • 3,226
  • 5
  • 16
  • 43
Remon Shehatta
  • 1,324
  • 1
  • 10
  • 21
  • that happes even if I write the file from the already installed app – rozerro May 02 '20 at 14:08
  • could you find it from Android Studio? – Remon Shehatta May 02 '20 at 14:29
  • 1
    this might help https://stackoverflow.com/questions/14593066/android-save-file-to-downloads-that-can-be-viewed-later – Remon Shehatta May 02 '20 at 14:49
  • hi @MohammadMoeinGlochin , if my answer has solved your question please consider accepting it by clicking the check-mark. This indicates to the wider community that you've found a solution and gives some reputation to both the answerer and yourself. There is no obligation to do this. – Remon Shehatta May 03 '20 at 21:29