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 4ea29b6 commit 063b95eCopy full SHA for 063b95e
1 file changed
modules/openapi-generator/src/main/resources/dart/libraries/dio/pubspec.mustache
@@ -25,6 +25,7 @@ dependencies:
25
equatable: '^2.0.7'
26
{{/useEquatable}}
27
{{#useJsonSerializable}}
28
+ copy_with_extension: '^7.1.0'
29
json_annotation: '^4.9.0'
30
{{/useJsonSerializable}}
31
{{#useDateLibTimeMachine}}
@@ -38,6 +39,7 @@ dev_dependencies:
38
39
{{/useBuiltValue}}
40
41
build_runner: any
42
+ copy_with_extension_gen: ^7.1.0
43
json_serializable: '^6.9.3'
44
45
test: '^1.16.0'
0 commit comments