f2prateek / dart

Extras binding and intent builders for Android apps.
Apache License 2.0
1.19k stars 88 forks source link

Introduce reflection artifact for use during development #231

Open saguinav opened 5 years ago

saguinav commented 5 years ago

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.