An error occurred while fetching the assigned milestone of the selected merge_request.
modules/openapi-generator/…/…/…/dart2
api.mustache +30 -32
samples
openapi3/client/petstore/dart2
petstore
test
fake_client.dart +10 -9
order_model_test.dart +4 -4
pet_faked_client_test.dart +14 -31
pet_test.dart +4 -7
random_id.dart +1 -1
store_faked_client_test.dart +38 -44
store_test.dart +10 -12
user_test.dart +4 -5
.analysis_options +0 -2
pubspec.yaml +7 -2
petstore_client_lib/lib/api
pet_api.dart +18 -112
store_api.dart +0 -44
user_api.dart +0 -88
petstore_client_lib_fake/lib/api
another_fake_api.dart +0 -11
default_api.dart +0 -11
fake_api.dart +48 -297
fake_classname_tags123_api.dart +0 -11
pet_api.dart +31 -134
store_api.dart +0 -44
user_api.dart +0 -88
…/…/…
another_fake_api.dart +0 -11
default_api.dart +0 -11
fake_api.dart +48 -297
fake_classname_tags123_api.dart +0 -11
pet_api.dart +31 -134
store_api.dart +0 -44
user_api.dart +0 -88
server/petstore/go-echo-server
pom.xml +0 -1
@@ -99,39 +99,37 @@ class {{{classname}}} {
@@ -21,9 +21,9 @@ class FakeClient extends Fake implements Client {
@@ -34,12 +34,12 @@ class FakeClient extends Fake implements Client {
@@ -67,7 +67,7 @@ class FakeClient extends Fake implements Client {
@@ -85,7 +85,8 @@ class FakeClient extends Fake implements Client {
@@ -103,8 +104,8 @@ class FakeClient extends Fake implements Client {
@@ -2,8 +2,8 @@ import 'package:openapi/api.dart';
@@ -26,11 +26,10 @@ void main() {
@@ -53,8 +52,7 @@ void main() {
@@ -76,8 +74,7 @@ void main() {
@@ -87,8 +84,7 @@ void main() {
@@ -106,8 +102,7 @@ void main() {
@@ -117,16 +112,11 @@ void main() {
@@ -157,8 +147,7 @@ void main() {
@@ -166,8 +155,7 @@ void main() {
@@ -196,15 +184,13 @@ void main() {
@@ -216,14 +202,12 @@ void main() {
@@ -232,9 +216,8 @@ void main() {
@@ -46,16 +45,14 @@ void main() {
@@ -100,5 +97,5 @@ void main() {