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
381 stars 57 forks source link

Update dependencies again #329

Closed eernstg closed 3 months ago

eernstg commented 3 months ago

4.0.7 was just published, but a dependency conflict around macros causes the published code to cause failures during static analysis.

This PR downgrades the version of the analyzer in order to avoid the conflict. See https://github.com/dart-lang/pub-dev/issues/7855 for details. Note that no failures are seen locally.

Hello @sigurdm, I'll land this now because of the failing static analysis on pub.dev!