Cannot find the path provided by getApplicationDocumentsDirectory()
问题 I tested this flutter app example: https://github.com/tensor-programming/flutter_read_write_file_and_path But, browsing my device with a file-manager (Solid Explorer), I cannot find the file "db.txt" created by this example. final path = await localPath; I checked in many folders including: /storage/emulated/0 (= sdcard) sdcard/Android/data sdcard/data Where is this file? Should I root my device to find/see it? What string to add after the "path" variable to reach the Download folder? Or, how