Kevin Moore

Results 758 comments of Kevin Moore

The warning IS new as of the latest release of pkg:json_annotation On Tue, Jul 20, 2021 at 2:54 PM mpiparo ***@***.***> wrote: > No, looks like it just passes the...

You'll have to wire that up by hand. It's not too hard. On Fri, May 29, 2020 at 1:18 AM ISimplifyComplexity < [email protected]> wrote: > Hi there, > > I...

See https://stackoverflow.com/questions/50360443/parsing-json-that-has-a-nested-array-of-objects-in-dart/50360708#50360708

> so that means that the library doesn't support root level arrays? Not – yet. I'm actually working on this now. I'll reopen this issue to track my work. No...

It's...tricky. Not high priority for me now. On Mon, Jul 5, 2021 at 5:37 AM Mats Pfeiffer ***@***.***> wrote: > @kevmoo Whats your concept to implement this? > Automatic detection...

The default value thing here is...tough. We just copy the content of the const as a `String` – in this case `defaultValue`. There is no information about the scope here....

It's a bit gnarly. I'll have to dig in there! sadly, I'm blocked by another issue - https://github.com/dart-lang/sdk/issues/45127

Ha! This is likely gnarly. I *think* the reference to the `typedef` is erased. The analyzer code I see doesn't know the referenced type is from a typedef. I'd need...