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:
ircecho 2019-05-15 16:49:55 +02:00 committed by William Cheng
parent 42f47b7b0a
commit 049d24ee4f
5 changed files with 5 additions and 5 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'