pref_dessert 0.8.0 copy "pref_dessert: ^0.8.0" to clipboard
pref_dessert: ^0.8.0 copied to clipboard

Package that allows you persist objects as shared preferences easily. Package name comes from Shared PREFerences DESerializer/SERializer of T (generic) class.

0.8.0 #

  • dependency update

0.7.0 #

  • dependency update

0.6.0 #

  • migration to null-safety and Dart 2.12
  • dependency update

0.5.1 #

  • removed deprecated author tag from pubspec.yaml
  • added test coverage to travis build
  • more tests
  • SharedPreferences fields are now final

0.5.0+1 #

  • fixed some tests

0.5.0 #

  • new method - updateWhere

0.4.0+1 #

  • code reformat

0.4.0 #

  • dependency update
  • issue #4 key feature is not working.

0.3.0 #

  • shared_preferences dependency update

0.2.3 #

  • test version update

0.2.2 #

  • Dart and shared_preferences version update

0.2.1 #

  • added SingleElementPreferencesRepository is simplified version of PreferencesRepository which only stores one value

0.1.0 #

  • added removeWhere method

0.0.10 #

  • source code reformatted

0.0.9 #

  • added saveAll method

0.0.8 #

  • fixed bug with shared preferences key

0.0.7 #

  • update method bug-fix

0.0.6 #

  • added example and more comments in code

0.0.5 #

  • tests bug fix

0.0.4 #

  • 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 in PreferencesRepository

0.0.2 #

  • Better description with example
  • Test for class serialization with json.

0.0.1 #

  • First version
10
likes
150
points
104
downloads

Documentation

API reference

Publisher

verified publisherkonwencik.pl

Weekly Downloads

Package that allows you persist objects as shared preferences easily. Package name comes from Shared PREFerences DESerializer/SERializer of T (generic) class.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, json_annotation, shared_preferences

More

Packages that depend on pref_dessert