Skip to content

Commit 049d24e

Browse files
ircechowing328
authored andcommitted
dart2: update to work with dart 2.3.0 (#2894)
* dart2: update to work with dart 2.3.0 * dart2: update to work with dart 2.3.0
1 parent 42f47b7 commit 049d24e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: {{pubName}}
22
version: {{pubVersion}}
33
description: {{pubDescription}}
44
dependencies:
5-
http: '>=0.11.1 <0.12.0'
5+
http: '>=0.11.1 <0.13.0'

modules/openapi-generator/src/main/resources/dart2/pubspec.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: {{pubDescription}}
44
environment:
55
sdk: '>=2.0.0 <3.0.0'
66
dependencies:
7-
http: '>=0.11.1 <0.12.0'
7+
http: '>=0.11.1 <0.13.0'

samples/client/petstore/dart/flutter_petstore/openapi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: openapi
22
version: 1.0.0
33
description: OpenAPI API client
44
dependencies:
5-
http: '>=0.11.1 <0.12.0'
5+
http: '>=0.11.1 <0.13.0'

samples/client/petstore/dart/openapi-browser-client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: openapi
22
version: 1.0.0
33
description: OpenAPI API client
44
dependencies:
5-
http: '>=0.11.1 <0.12.0'
5+
http: '>=0.11.1 <0.13.0'

samples/client/petstore/dart/openapi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: openapi
22
version: 1.0.0
33
description: OpenAPI API client
44
dependencies:
5-
http: '>=0.11.1 <0.12.0'
5+
http: '>=0.11.1 <0.13.0'

0 commit comments

Comments
 (0)