I started a Dart project and now I need some functionality that is not available in the Dart API Reference. I was advised to use a package from pub.dartlang.org and now I am browsing through the pub.
Previous experience with Javascript libraries tell me that quality and support can vary wildly between libraries. Therefore I am a bit reluctant to use packages from pub. How would I know which package has a good quality, and whether a package will be updated when there are breaking changes in Dart?
Therefore I would like to know:
- Is there a way to know which packages on pub.dartlang.org are safe to choose for a long-term project?
Some questions related to this:
- Will packages where "Dart team" is the author be supported for a long time?
- Should I prefer packages where the uploaders have @google.com in their email address?
- Is there a list of google-supported packages? (I suppose polymer would be on it)
- Is google currently monitoring the quality of the pub packages?
Kind regards,
Hendrik Jan van Meerveld