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 a2a5090 commit 22adcd4Copy full SHA for 22adcd4
generic_enum/pubspec.yaml
@@ -4,7 +4,7 @@ description: Dart enumerations with extension-methods offering
4
json-serialization and a mapping of each enum instance to a const value with
5
arbitrary data-type.
6
7
-version: 0.4.1
+version: 0.4.2
8
9
homepage: https://github.com/simphotonics/generic_enum/tree/main/generic_enum
10
@@ -15,5 +15,5 @@ dependencies: null
15
16
dev_dependencies:
17
exception_templates: ^0.2.1
18
- pedantic: ^1.11.0
19
- test: ^1.16.8
+ pedantic: ^1.11.1
+ test: ^1.17.9
0 commit comments