forked from loafle/openapi-generator-original
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
This commit is contained in:
parent
42f47b7b0a
commit
049d24ee4f
@ -2,4 +2,4 @@ name: {{pubName}}
|
|||||||
version: {{pubVersion}}
|
version: {{pubVersion}}
|
||||||
description: {{pubDescription}}
|
description: {{pubDescription}}
|
||||||
dependencies:
|
dependencies:
|
||||||
http: '>=0.11.1 <0.12.0'
|
http: '>=0.11.1 <0.13.0'
|
||||||
|
@ -4,4 +4,4 @@ description: {{pubDescription}}
|
|||||||
environment:
|
environment:
|
||||||
sdk: '>=2.0.0 <3.0.0'
|
sdk: '>=2.0.0 <3.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
http: '>=0.11.1 <0.12.0'
|
http: '>=0.11.1 <0.13.0'
|
||||||
|
@ -2,4 +2,4 @@ name: openapi
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: OpenAPI API client
|
description: OpenAPI API client
|
||||||
dependencies:
|
dependencies:
|
||||||
http: '>=0.11.1 <0.12.0'
|
http: '>=0.11.1 <0.13.0'
|
||||||
|
@ -2,4 +2,4 @@ name: openapi
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: OpenAPI API client
|
description: OpenAPI API client
|
||||||
dependencies:
|
dependencies:
|
||||||
http: '>=0.11.1 <0.12.0'
|
http: '>=0.11.1 <0.13.0'
|
||||||
|
@ -2,4 +2,4 @@ name: openapi
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
description: OpenAPI API client
|
description: OpenAPI API client
|
||||||
dependencies:
|
dependencies:
|
||||||
http: '>=0.11.1 <0.12.0'
|
http: '>=0.11.1 <0.13.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user