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
Describe the bug
When separate_models is set to true in the build.yaml whilst overriden_models are defined, the api.models.swagger.dart file gets an import going import "overriden_models.dart" that it can not find.
To Reproduce
I used the pet_service_json from the example.
Describe the bug
When separate_models is set to true in the build.yaml whilst overriden_models are defined, the api.models.swagger.dart file gets an import going
import "overriden_models.dart"
that it can not find.To Reproduce
I used the pet_service_json from the example.
and the build.yaml looks as follows:
The Pet override class is also just a copy paste from the example.
Expected behavior
for the defined import url to be used instead of
import "overriden_models.dart"
Library version used:
2.15.2
The text was updated successfully, but these errors were encountered: