Klemen Tusar

Results 234 comments of Klemen Tusar

You could simply encode that map into a JSON string using `json.encode()` and pass it as a `String`.

Are there any plans to implement this? **EDIT:** I have managed to make this work using `Transform.translate`. The only problem is only that the `SideTitles` need a `reservedSize` to render...

> > Your compileSdkVersion is less than 32. But the package compileSdkVersion is 32. > > yes but the documentation of this plugin says sdkVersion 18 It says `minSdkVersion` must...

@TMcClain5 this happened to me mostly when changing a data type in my models, e.g. From ```dart class SomeModel { int count; } ``` To ```dart class SomeModel { double...

Nice one 😎 Was planning to do this eventually after I did https://github.com/lejard-h/chopper/pull/370 but you beat me to it 😂 Please check the comments I left regarding the `parameters` parameter.

Also, since you're already doing this it might make sense to also update the generator to use the `Request.uri` constructor instead of the default one that still uses `String`s.

> First I started to do that but wasn't sure if that is preferable. Also if the generator uses `Uri` I think the `Request` could be fully `Uri` based and...

> Any feedback is welcome ofc 😄 Take your time dude. This is a big job 🤓 P.S. You might wanna convert it to a Draft PR until you think...

I'll review this tomorrow. 🤓

Lovely! Some really smart decisions there! 😎 Please check my comments. I'll check back again tomorrow.