mustache4dart
mustache4dart copied to clipboard
Remove dart:mirrors dependency
At least it should not be used when compiling for the browser
I'm curious how the progress is going for a Dart 2 release. I see there is a branch were it looks like work is being done and tests are running. Are there plans to publish a version with SDK constraints lower bounded on a dev release?
https://github.com/valotas/mustache4dart/pull/78
This does not address the mirrors issue – I just skip browser tests. But it does get this package ready for Dart2
I'd recommend going w/ a source_gen based model. You get great browser support and better runtime speed!
#81 is addressing this issue