feat: Android get storage permission via SAF

This commit is contained in:
13574
2023-09-09 01:18:59 +08:00
parent b23d1a193f
commit d0e5178dc8
7 changed files with 220 additions and 1 deletions

View File

@@ -69,4 +69,6 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.github.DylanCaiCoding:MMKV-KTX:1.2.16'
implementation 'androidx.documentfile:documentfile:1.0.1'
}