- 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
CollectionConverter
and its inheritors, you are now only allowed to use them by usingextends
and addingfinal
modifier to your class (orbase
|sealed
) - 🧨upd:
Cardoteka.setPrefix
now static. AddallowList
parameter. Theprefix
now named parameter. - 🧨add: use
CardotekaUtilsForTest.setMockInitialCards
method instead ofCardotekaUtilsForTest.setMockInitialValues
, which is now responsible for the originalSharedPreferences.setMockInitialValues
method. Close #16 - doc:
Obfuscate
,Materials
,Apps
,Saving null values
sections were added to readme
You can see all closed issues in Milestone v1.1.0
- fix: remove invalid example from
example
- upd: description
first public release 🎊
- fully documented code
- with examples of use in the
example/lib
folder - code is covered by tests (with a coverage percentage >80%)
- prepared readme.md with architecture overview
- 🍕 How about some pizza, pub.dev?