Marcin Wojnarowski

Results 82 comments of Marcin Wojnarowski

Sounds like something that can be handled with a custom converter that will just drop the precision as you wish. Can be done like so: ```dart const myCustomAnnotation = JsonSerializable(...

> there is not an easy way to do this, sadly. At least not yet. Will flag this as a feature request. Don't converters solve this problem already? For example:...