2

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?

Midhilaj
  • 4,905
  • 9
  • 45
  • 88
  • 2
    Why 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 Answers1

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