-
Notifications
You must be signed in to change notification settings - Fork 30.3k
[path_parsing] Add docs for public APIs #157939
Copy link
Copy link
Open
flutter/packages
#11640Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: path_parsingThe SVG path parsing packageThe SVG path parsing packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: path_parsingThe SVG path parsing packageThe SVG path parsing packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
When importing
path_parsing, I had to add// ignores for public_member_api_docs, because a lot of public APIs were undocumented, and figuring out all the APIs and documenting them was out of scope for the import. We should fix that and remove the// ignoreso that we are following the best practices that ouranalysis_optionsare intended to enforce.(This is also a
pub.devscore demerit, and it's nice for packages under theflutter.devpublisher to set a good example in terms of following the practices we want the ecosystem to adopt.)