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

Remove pre-release deps (those packages do have a stable release now) #250

Closed eernstg closed 3 years ago

eernstg commented 3 years ago

Change pubspec.yaml to avoid depending on any versions of the form *-nullsafety (those packages do have a regular version with null safety now, and pub publish complains).