Yasuyuki Toriumi

Results 4 comments of Yasuyuki Toriumi

https://github.com/OpenAPITools/openapi-generator/issues/10643#issuecomment-1112057459 is looks right. No longer support `modelPropertyName` option. It does not take effect to genereated code with code generator version 5.3+. However, in my case, I need the behavior...

I share my situations that might help you @aardrop a little. 1. In my case, I used android emulator. (If I have any chance to use iOS, I will write...

I tried it with iOS additionally. As a consequence, it works with my custom style and default (standard) style. However, it works slightly different rather than the one of android....

@aardrop I am currently using default one, which means I do not specify any style in my app. ``` return MapWidget( key: mapKey, onMapCreated: ..., ); ```