Skip to content

Flutter plugins should verify plugins have correct dart docs #96974

@bparrishMines

Description

@bparrishMines

Plugins should verify that the dartdocs that will be generated will be up to date. More specifically, it should verify that links aren't broken and references are correct. This could be done with something like:

flutter pub global activate dartdoc
flutter pub global run dartdoc --no-generate-docs --errors='broken-link,unresolved-doc-reference' --verbose-warnings 

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listp: toolingAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions