json_store 1.0.3 copy "json_store: ^1.0.3" to clipboard
json_store: ^1.0.3 copied to clipboard

outdated

A Flutter storage solution somewhat similar to a browser's localStorage (but super powered)

1.0.3 - 2020-04-11 #

  • Update dependencies
  • Update example to use AndroidX
  • Improve security
    • Use fromSecureRandom() to get better random bytes for key and IV
    • Use different IV for each row
    • Backward compatability should be entact

1.0.2 - 2019-11-11 #

  • Update dependencies

1.0.1+1 - 2019-09-21 #

  • Fix readme

1.0.1 - 2019-09-21 #

  • Add ability to provide optional database name
  • Updated readme, explaining singleton

1.0.0 - 2019-09-21 #

  • Initial Release
39
likes
0
points
1.05k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter storage solution somewhat similar to a browser's localStorage (but super powered)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

encrypt, flutter, flutter_secure_storage, path_provider, sqflite

More

Packages that depend on json_store