# Contributors

This project is community-built.

The canonical roster is managed with
[all-contributors](https://allcontributors.org/) and stored in
[`/.all-contributorsrc`](https://github.com/Arenukvern/mcp_flutter/blob/main/.all-contributorsrc).
The rendered table lives in the README so it is visible from GitHub and the
package homepage.

## Who Contributed

See the full contributor roster in:

- [README contributors table](https://github.com/Arenukvern/mcp_flutter#-contributors)
- [all-contributors config](https://github.com/Arenukvern/mcp_flutter/blob/main/.all-contributorsrc)

## How People Contributed

Based on all-contributors categories, contributions include:

- code
- documentation
- maintenance
- infrastructure
- security
- bug reports
- user testing
- research
- tutorials

## Want To Contribute?

- [Contribution guide](/contributing/contribution_guide)
- [Docs maintenance guide](/contributing/docs_maintenance)
- [Code of conduct](https://github.com/Arenukvern/mcp_flutter/blob/main/CODE_OF_CONDUCT.md)
- [Security policy](https://github.com/Arenukvern/mcp_flutter/blob/main/SECURITY.md)

## Adding A Contributor

Use the all-contributors bot or CLI from a pull request:

```bash
npx all-contributors-cli add <github-login> code,doc
npx all-contributors-cli generate
```

Commit both `.all-contributorsrc` and `README.md`. Choose contribution types
that describe what actually happened, such as `code`, `doc`, `bug`,
`userTesting`, `infra`, `security`, `research`, `maintenance`, or `tutorial`.
