Lincoln A Baxter
Lincoln A Baxter
I've been coding since learning Basic on a Dartmouth teletype in the late '60s (that makes over 50 years!) , and I've worked in many languages. I'm relatively new to...
@jakemac53 I can use it just fine. The problem I believe is that it prevents dart compile exe with an AOT error. Here is the dart program that compiles just...
@jakemac53 I've closed the issue I raised with https://github.com/google/json_serializable.dart. I'm going to have to did deeper to find the reference to dart:mirror. It might have something to do with my...
See, my final comment here: https://github.com/google/json_serializable.dart/issues/1097 (closed) Apparently if one has a twisted enough set of imports, dart:mirrors gets referenced. There should probably be some kind of warning about this.