storage_controller 1.2.4
storage_controller: ^1.2.4 copied to clipboard
A controller to manage storage device resource. We give you access to n storages to manage your data.
1.2.4 - 2021-08-04 #
- fix: removed deprecated methods
1.2.3 - 2021-08-04 #
- chore: added setup to the docs
- chore: bumped required flutter version
1.2.2 - 2021-08-04 #
- fix: fixed hive error on initialize
- feat: created
StorageController.setup()method to ensure proper setup of any new storages
1.2.1 - 2021-07-15 #
- Feat: Stable null safety
- fix: Fixed broken deps
1.1.1-nullsafety.1 - 2021-03-05 #
- Fixed docs
BREAKING CHANGES
- Removed support to FCA
1.1.0-nullsafety.2 - 2021-03-05 #
- Fixed null safety unsecure reports
- Fixed analyze and dart deps
1.1.0-nullsafety.1 - 2021-03-04 #
- chore: Improved docs
- fix: Fixed pubspec.yaml issue
- fix: Fixed tests on nullsafety
- feat: Migrated to null safety
BREAKING CHANGES
- Migrated to null safety
1.0.3 #
- fix:
README.mdfixed - feat: Improved
_ensureInitializederror message - feat: Added
TroubleshootingonREADME.md
1.0.1+1 #
- fix:
README.mdfixed
1.0.1 #
- fix:
README.mdfixed
1.0.0 #
- Small adjustments at based storages
- Improved tests
- Written docs
BREAKING CHANGES
- Changed [StorageController] into an abstract class
0.1.4 #
- Implemented [StorageController]
- Implemented [StorageController] and tests
0.1.3 #
- Created [HiveBasedStorage] implementation
- Created [HiveBasedStorage] tests
0.1.2 #
- Created [FlutterSecureStorageBasedStorage] implementation
- Created [FlutterSecureStorageBasedStorage] tests
0.1.1 #
- Created [SharedPreferencesBasedStorage] implementation
- Created [SharedPreferencesBasedStorage] tests
- Updated [Storage] for a better interface API
0.1.0 #
- Created [Storage] interface like class
0.0.1 #
- Released initial files
- Created melos configuration
- Updated
pubspec.yaml - Created LICENSE