google / reflectable.dart

Reflectable is a Dart library that allows programmers to eliminate certain usages of dynamic reflection by specialization of reflective code to an equivalent implementation using only static techniques. The use of dynamic reflection is constrained in order to ensure that the specialized code can be generated and will have a reasonable size.

Home Page:https://pub.dev/packages/reflectable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend README.md to cover more cases

eernstg opened this issue · comments

Cf. #263 (comment) and #263 (comment): README.md ought to give more examples and mention more properties of reflectable. E.g., that there is no need for a class with reflection to depend on anything in reflectable.