cardoteka 1.1.0
cardoteka: ^1.1.0 copied to clipboard
The best type-safe wrapper over SharedPreferences. Why so? -> strongly typed cards for access to storage -> use get|set -> can work with nullable values -> callback based updates
1.1.0 02-10-2024 #
- upd: minimum supported SDK version to Flutter 3.13/Dart 3.1.0
- fix: incorrect assert message about initialization, close #12
- 🧨upd: if you used
CollectionConverterand its inheritors, you are now only allowed to use them by usingextendsand addingfinalmodifier to your class (orbase|sealed) - 🧨upd:
Cardoteka.setPrefixnow static. AddallowListparameter. Theprefixnow named parameter. - 🧨add: use
CardotekaUtilsForTest.setMockInitialCardsmethod instead ofCardotekaUtilsForTest.setMockInitialValues, which is now responsible for the originalSharedPreferences.setMockInitialValuesmethod. Close #16 - doc:
Obfuscate,Materials,Apps,Saving null valuessections were added to readme
You can see all closed issues in Milestone v1.1.0
1.0.1 22-12-2023 #
- fix: remove invalid example from
example - upd: description
1.0.0 22-12-2023 #
first public release 🎊
- fully documented code
- with examples of use in the
example/libfolder - code is covered by tests (with a coverage percentage >80%)
- prepared readme.md with architecture overview
0.0.1 04-11-2022 #
- 🍕 How about some pizza, pub.dev?
