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

outdatedDart 1 only

Package that allows you persist objects easily.

pref_dessert #

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

Getting Started #

To use this package you just need to extend PreferencesRepository<T> class, replace generic T class with the one you want to save in shared preferences. This class requires you to implement two methods to serialize and deserialize objects. In future releases I'm planning to use JSON serializer so it will be much simpler to use.

10
likes
0
pub points
68%
popularity

Publisher

verified publisherkonwencik.pl

Package that allows you persist objects easily.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on pref_dessert