forked from loafle/openapi-generator-original
* Add an option for Dart2 * add dart2 samples, update travis * fix dart installation * Upper constraints on the SDK version * Update dependencies * supportDart2 option can now be passed through --additional-properties * Update petstore tests * Update dart2-petstore.sh * Running tests on Dart VM * Fixed JSON deserialization bugs * Fixed missing initialization of postBody * Run bin/dart2-petstore.sh to regenerate libraries * Update pom.xml * Added SDK version constraints in pubspec.mustache * Run bin/dart2-petstore.sh to regenerate libraries * move dart2 test to the end
8 lines
139 B
YAML
8 lines
139 B
YAML
name: openapi
|
|
version: 1.0.0
|
|
description: OpenAPI API client
|
|
environment:
|
|
sdk: '>=2.0.0 <3.0.0'
|
|
dependencies:
|
|
http: '>=0.11.1 <0.12.0'
|