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

Upated-with-analyzer-4.6.0 #287

Closed ashutosh2014 closed 2 years ago

ashutosh2014 commented 2 years ago

Fix https://github.com/google/reflectable.dart/issues/286

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

zmeggyesi commented 2 years ago

Can we get this merged and released? It looks like the current package is hopelessly broken on Dart 2.18, and this needs to be edited by hand.

CC @eernstg , perhaps?

eernstg commented 2 years ago

@ashutosh2014, could you provide the CLA?

ashutosh2014 commented 2 years ago

Hi @eernstg, Thanks for the review I have provided CLA Please feel free to merge it.