- dependency update
- dependency update
- migration to null-safety and Dart 2.12
- dependency update
- removed deprecated
author
tag frompubspec.yaml
- added test coverage to travis build
- more tests
SharedPreferences
fields are nowfinal
- fixed some tests
- new method -
updateWhere
- code reformat
- dependency update
- issue #4 key feature is not working.
- shared_preferences dependency update
test
version update
Dart
andshared_preferences
version update
- added SingleElementPreferencesRepository is simplified version of PreferencesRepository which only stores one value
- added
removeWhere
method
- source code reformatted
- added
saveAll
method
- fixed bug with shared preferences key
update
method bug-fix
- added example and more comments in code
- tests bug fix
- There are now two repository classes - 'normal' and
Future
version - Added more methods to repository classes
DesSer<T>
class for DESserializing and SERializing classes instead of two abstract methods inPreferencesRepository
- Better description with example
- Test for class serialization with json.
- First version