You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an epic to track remaining work for full dart/dart-dio OAS3 support.
General:
OAS3 fake petstore contains a model called File. This is generated as a separate model in the Go client but as java.io.File in Java/Kotlin. It should probably be a separate model. Currently this leads to compile errors. (addressed by [dart][dart-dio] Prevent name clashes with existing dart types #8198)
This is an epic to track remaining work for full dart/dart-dio OAS3 support.
General:
File. This is generated as a separate model in the Go client but asjava.io.Filein Java/Kotlin. It should probably be a separate model. Currently this leads to compile errors. (addressed by [dart][dart-dio] Prevent name clashes with existing dart types #8198)Dart:
Map.mapFromJson. There are open issues for this and the problem is now evident in the generated fake petstore.Related issues: [BUG][Dart] Map.mapFromJson is generated, but there's no such method on map. #8029
Map<String, Map<String, String>>Map<String, Enum>List<List<ReadOnlyFirst>>double, de-serialization via switch statement doesn't work hereList<Object>tries to callObject.mapFromJsonClient, this conflict withhttp.Client(addressed by [dart][dart-dio] Prevent name clashes with existing dart types #8198)Dart-Dio:
boolandList, basically everything that is not aString(addressed by [dart-dio] Allow dynamic headers and add additional dio parameters #8191)