An open API service indexing awesome lists of open source software.

https://github.com/digso/tools

A toolkit series to optimize Flutter development experience. 优化Flutter开发体验的工具库系列。
https://github.com/digso/tools

chain-style-programming dart flutter infra lints non-material tools

Last synced: 3 months ago
JSON representation

A toolkit series to optimize Flutter development experience. 优化Flutter开发体验的工具库系列。

Awesome Lists containing this project

README

          

# Tools

[English](./README.md) | [中文](./README.zh.md)

A toolkit series to optimize Flutter development experience.

## Specifications of Contribution

Commit message should be in lowercase and use as less punctuation as possible.
The first word means the type of the change, and there's no colon after it.
And the first word in the first line should follow such specification:

- `feat`: add a new feature.
- `fix`: fix an existing but and no feature added.
- `perf`: optimize performance and no feature added.
- `test`: add or update tests and no feature added.
- `docs`: update documentation or comments and no feature added.
- `repo`: repository management and related ci/cd settings.
- `chore`: other unspecified changes.

## License and Contributors

All packages inside this monorepo are released under
the [MIT License](LICENSE.txt).
As a contributor, you are welcomed to add your name into the
[Contributor's list file](./CONTRIBUTORS).
This [contributor list](./CONTRIBUTORS) at root is for
the contributors of monorepo management at the root repo,
especially for common documentations and CI/CD.
If you've contributed to one of the child repo,
please add your name into the `CONTRIBUTORS` file inside such repo.