Skip to content

Commit 063b95e

Browse files
LahaLuhemLahaLuhem
authored andcommitted
Add copyWith deps to pubspec mustache template
1 parent 4ea29b6 commit 063b95e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/openapi-generator/src/main/resources/dart/libraries/dio/pubspec.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies:
2525
equatable: '^2.0.7'
2626
{{/useEquatable}}
2727
{{#useJsonSerializable}}
28+
copy_with_extension: '^7.1.0'
2829
json_annotation: '^4.9.0'
2930
{{/useJsonSerializable}}
3031
{{#useDateLibTimeMachine}}
@@ -38,6 +39,7 @@ dev_dependencies:
3839
{{/useBuiltValue}}
3940
{{#useJsonSerializable}}
4041
build_runner: any
42+
copy_with_extension_gen: ^7.1.0
4143
json_serializable: '^6.9.3'
4244
{{/useJsonSerializable}}
4345
test: '^1.16.0'

0 commit comments

Comments
 (0)