【发布时间】:2021-05-30 03:36:29
【问题描述】:
使用
final dir = await getExternalStorageDirectory();
图像保存在
/storage/emulated/0/Android/data/com.example.flutter_app/files/
但我想将它存储在../0/Pictures/app_name/ 中,以便它显示在图库中。
我翻遍了 www 却想不通。请指教。
【问题讨论】:
标签: flutter storage android-storage