f2prateek/dart

Introduce reflection artifact for use during development

Opened this issue · 0 comments

Butterknife recently introduced a butterknife-reflect artifact, which is an API-compatible replacement for butterknife which uses 100% reflection to fulfill field and method bindings for use during development.

It would be great if a similar solution was introduced in Dart & Henson libraries so devs could use it during development to avoid any annotations processors run.