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.
https://pub.dev/packages/reflectable
BSD 3-Clause "New" or "Revised" License
374 stars 56 forks source link

Update analyzer to 5.2.0 #293

Closed ashutosh2014 closed 1 year ago

ashutosh2014 commented 1 year ago

Fixes https://github.com/google/reflectable.dart/issues/292