You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
We all know that, the code quality of (popular) packages on pub.dev usually will not be higher than the Flutter framework itself. Therefore, given that the two linter rules have found out about 7 issues in the flutter framework itself, I guess it will also find out many for (popular) packages on pub.dev.
Thus, I suggest that, we may download the (popular) packages on pub.dev, and scan them just like scanning flutter framework. Then, we can even use GitHub's API (the gh command line, or the restful api, etc) to automatically raise issues onto the github issue tracker for those packages.