Marcin Wojnarowski
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:...
Which js engines are you using on each platform respectively?
Its because the `d.ts` file says `Eev` is being exported as a property and as a default, whilst the code exports it as a default only. Therefore Eev should be...
@chrisdavies
I am also open to help with roux integration (especially for a CMLL trainer)
work around solution: merge n amount of strings, put in temp file, pass as file path to constructor. Heres a code snippet where i used it for merging 2 .gitignores:...
I am willing to help with this, can I get some pointers?
Freezed is able to get away with this, but I believe it is a coincidence. Here is a simplified view on the situation. Consider the following model for which we...
Does it also mean that it is not possible to generate a report not tied to any source but rather the file itself? For instance, in my language file names...