which plugin should I use to save data as key-value pair and some of them will be serialized objects? and is there are any differences in performance?
flutter_secure_storage
is stored with aes
encryption and it saved as same shared_preefrences
does but there is better option available with same security
but with high performance hive
.
performance difference can be shown as below,
for 1000 read iterations
1000 write iterations