Kevin Moore
Kevin Moore
@diablodale look up the log you sent ``` [SEVERE] json_serializable on lib/notaproblemredacted.dart: Unable to resolve asset ID for "dart:ui" ``` Looking into this now...
I hacked into `build_resolver` to add a stack there. @jakemac53 Could this be a bug in build_resolvers? Or pkg:analyzer? ``` [SEVERE] json_serializable on lib/example.dart: Unable to resolve asset ID for...
Here's the crux, it seems - https://github.com/dart-lang/build/issues/733
That'd likely be a good way to handle this... On Wed, Jun 13, 2018 at 10:18 AM Dale Phurrough wrote: > I might get something similar to work by defining...
I have a plan to fix this here. Thanks for your patience... On Wed, Jun 13, 2018 at 11:41 AM Dale Phurrough wrote: > Workaround fail. :-/ I've found that...
PR out w/ a fix (work-around) https://github.com/dart-lang/json_serializable/pull/243
Great to hear it works. Both oddities are by design. #1 is just being super clear that the type is weird. #2 is because – well – there's no way...
Would you run w/ `--verbose` so I can see the stack trace? On Fri, Aug 17, 2018 at 7:18 PM Dale Phurrough wrote: > Hi. Unfortunately, there is a regression...
Darn. Was hoping to see a stack around ``` [SEVERE] json_serializable on lib/data/tag.dart: Unable to resolve asset ID for "dart:ui" ```
Ah. Do me a favor. Run: ``` flutter packages pub run build_runner clean flutter packages pub run build_runner build --verbose ```