- Update dependencies
- Most notably
flutter_secure_storage
is now at ^9.2.2
- Most notably
- Update dependencies
- Most notably
flutter_secure_storage
is now at ^8.0.0
- Most notably
- Bump version
- Update to null safety
- Fix dependencies to NOT include sdk 2.12 ones
- It's been reported that apps using background processes using this cannot access encrypted data
- Changed the default IOS Accessability option to
IOSAccessibility.first_unlock_this_device
- Changed the default IOS Accessability option to
- Update dependencies (including sdk now needs >=2.9.0 <3.0.0)
- Update dependencies (including Flutter)
- Add option to provide a location for the database file
- [WARNING] Previously the default time to live was 365 days. This has now been changed to
null
which makes it never expire
- Update dependencies
- Add
deleteLike
to delete items with similar keys
- 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
- Update dependencies
- Fix readme
- Add ability to provide optional database name
- Updated readme, explaining singleton
- Initial Release