From 049d24ee4ff5fe26a4b3e07ab5a880286b08ee01 Mon Sep 17 00:00:00 2001 From: ircecho Date: Wed, 15 May 2019 16:49:55 +0200 Subject: [PATCH] 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 --- .../openapi-generator/src/main/resources/dart/pubspec.mustache | 2 +- .../openapi-generator/src/main/resources/dart2/pubspec.mustache | 2 +- .../client/petstore/dart/flutter_petstore/openapi/pubspec.yaml | 2 +- .../client/petstore/dart/openapi-browser-client/pubspec.yaml | 2 +- samples/client/petstore/dart/openapi/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/dart/pubspec.mustache b/modules/openapi-generator/src/main/resources/dart/pubspec.mustache index a338854b74..ef8fab4bb2 100644 --- a/modules/openapi-generator/src/main/resources/dart/pubspec.mustache +++ b/modules/openapi-generator/src/main/resources/dart/pubspec.mustache @@ -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' diff --git a/modules/openapi-generator/src/main/resources/dart2/pubspec.mustache b/modules/openapi-generator/src/main/resources/dart2/pubspec.mustache index 388572afe6..008cee0b24 100644 --- a/modules/openapi-generator/src/main/resources/dart2/pubspec.mustache +++ b/modules/openapi-generator/src/main/resources/dart2/pubspec.mustache @@ -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' diff --git a/samples/client/petstore/dart/flutter_petstore/openapi/pubspec.yaml b/samples/client/petstore/dart/flutter_petstore/openapi/pubspec.yaml index d54efb46a2..79e5223fcd 100644 --- a/samples/client/petstore/dart/flutter_petstore/openapi/pubspec.yaml +++ b/samples/client/petstore/dart/flutter_petstore/openapi/pubspec.yaml @@ -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' diff --git a/samples/client/petstore/dart/openapi-browser-client/pubspec.yaml b/samples/client/petstore/dart/openapi-browser-client/pubspec.yaml index d54efb46a2..79e5223fcd 100644 --- a/samples/client/petstore/dart/openapi-browser-client/pubspec.yaml +++ b/samples/client/petstore/dart/openapi-browser-client/pubspec.yaml @@ -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' diff --git a/samples/client/petstore/dart/openapi/pubspec.yaml b/samples/client/petstore/dart/openapi/pubspec.yaml index d54efb46a2..79e5223fcd 100644 --- a/samples/client/petstore/dart/openapi/pubspec.yaml +++ b/samples/client/petstore/dart/openapi/pubspec.yaml @@ -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'