We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623240 commit bd9e8d2Copy full SHA for bd9e8d2
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.3.0
2
+
3
+- Added toEnum and toClass methods
4
5
## 4.2.3
6
7
- Add action suppression caching logic for idempotent ServerAction
pubspec.yaml
@@ -1,6 +1,6 @@
name: duit_kernel
description: "Core library for flutter_duit package. Contains reusable models for developing third-party packages."
-version: 4.2.3
+version: 4.3.0
repository: https://github.com/lesleysin/duit_kernel
funding:
- https://boosty.to/duit_foundation
@@ -10,7 +10,6 @@ environment:
10
flutter: ">=3.24.3"
11
12
dependencies:
13
- ansicolor: ^2.0.3
14
flutter:
15
sdk: flutter
16
meta: ^1.15.0
0 commit comments