How much data can store in flutter_secure_storage ? https://pub.dev/packages/flutter_secure_storage#-readme-tab- is that possible to store 10mb of data in flutter_secure_storage?
Asked
Active
Viewed 1,980 times
2
-
2Why don't you try storing it? No space limitation is mentioned. And logically it should depend upon the free space of your device – shb May 25 '19 at 03:36
1 Answers
1
flutter_secure_storage is storing data in shared preference but with encryption in android so it can store data that shared preference can store

WorkingSpace4
- 674
- 1
- 7
- 17