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 CHANGELOG.md and pubspec.yaml to release as 3.0.10 #289

Closed eernstg closed 1 year ago

eernstg commented 1 year ago

https://github.com/google/reflectable.dart/pull/287 was contributed by @ashutosh2014, updating reflectable to work with analyzer 4.6.0. On top of that, this PR prepares reflectable for release as version 3.0.10.