Tags: PackRuble/cardoteka
Tags
new: v1.1.0 - 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 using `extends` and adding `final` modifier to your class (or `base`|`sealed`) - 🧨upd: `Cardoteka.setPrefix` now static. Add `allowList` parameter. The `prefix` now named parameter. - 🧨add: use `CardotekaUtilsForTest.setMockInitialCards` method instead of `CardotekaUtilsForTest.setMockInitialValues`, which is now responsible for the original `SharedPreferences.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](https://github.com/PackRuble/cardoteka/milestone/1?closed=1)