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开发体验的工具库系列。
- Host: GitHub
- URL: https://github.com/digso/tools
- Owner: digso
- License: mit
- Created: 2024-09-17T15:02:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:28:22.000Z (over 1 year ago)
- Last Synced: 2025-10-26T03:42:44.426Z (6 months ago)
- Topics: chain-style-programming, dart, flutter, infra, lints, non-material, tools
- Language: Dart
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.