mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
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}}
|
||||
description: {{pubDescription}}
|
||||
dependencies:
|
||||
http: '>=0.11.1 <0.12.0'
|
||||
http: '>=0.11.1 <0.13.0'
|
||||
|
@ -4,4 +4,4 @@ description: {{pubDescription}}
|
||||
environment:
|
||||
sdk: '>=2.0.0 <3.0.0'
|
||||
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
|
||||
description: OpenAPI API client
|
||||
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
|
||||
description: OpenAPI API client
|
||||
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
|
||||
description: OpenAPI API client
|
||||
dependencies:
|
||||
http: '>=0.11.1 <0.12.0'
|
||||
http: '>=0.11.1 <0.13.0'
|
||||
|
Loading…
Reference in New Issue
Block a user