-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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)
- Loading branch information
Showing
24 changed files
with
223 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ pubspec.lock | |
.flutter-plugins | ||
.flutter-plugins-dependencies | ||
build/ | ||
|
||
coverage/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.