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

Adjust the documentation links given for the 4.0.5 CHANGELOG entry #311

Closed eernstg closed 1 year ago

eernstg commented 1 year ago

I think it would be useful to adjust the links in the 4.0.5 CHANGELOG entry: I added a link to the DartDoc page for the uri getter itself, along with the link to the AssetId class. For the packageConfig getter, I added a link to the package_config package, whose README has a very good overview of what a package config file is in the first place, plus a link to the feature spec. I think it would be helpful to make those adjustments before 4.0.5 is published.