refactor: use basic file storage

This commit is contained in:
2023-09-28 14:35:55 +03:00
parent 821e675d8d
commit b41e643f15
13 changed files with 297 additions and 52 deletions

View File

@@ -30,4 +30,6 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
</manifest>