Flutter plugins are important pieces in app development. The Flutter ecosystem is growing and, day by day, brand-new useful plugins are shared with the community. However, useful plugins must clearly describe how they should be used properly. This is done with concrete documentation.
Adding documentation to the package
Documentation files
If you check out the pub repository site (pub.dev), you will see important information about the package. This information is collected from specific files present in the project:
- pubspec.yaml: This file contains details about the package:
name: hands_on_platform_version_example
description: Demonstrates how to use the hands_on_platform_version plugin.
version: 0.0.1
author: Alessandro Biessek...