https://github.com/dart-lang/ecosystem
This repository is home to general Dart Ecosystem tools and packages.
https://github.com/dart-lang/ecosystem
Last synced: 2 months ago
JSON representation
This repository is home to general Dart Ecosystem tools and packages.
- Host: GitHub
- URL: https://github.com/dart-lang/ecosystem
- Owner: dart-lang
- License: bsd-3-clause
- Created: 2022-09-26T23:43:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:50:40.000Z (2 months ago)
- Last Synced: 2025-03-30T08:07:15.909Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 1.03 MB
- Stars: 49
- Watchers: 26
- Forks: 7
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Overview
This repository is home to general Dart Ecosystem tools and packages.
## Packages
| Package | Description | Version |
| --- | --- | --- |
| [blast_repo](pkgs/blast_repo/) | A tool to bulk validate and fix GitHub repos. | |
| [canary](pkgs/canary/) | Test package upgrades against the ecosystem. | |
| [corpus](pkgs/corpus/) | A tool to calculate the API usage for a package. | |
| [dart_flutter_team_lints](pkgs/dart_flutter_team_lints/) | An analysis rule set used by the Dart and Flutter teams. | [](https://pub.dev/packages/dart_flutter_team_lints) |
| [firehose](pkgs/firehose/) | A tool to automate publishing of Pub packages from GitHub actions. | [](https://pub.dev/packages/firehose) |
| [puppy](pkgs/puppy/) | A grab bag of CLI tools for managing Dart code. | |
| [repo_manage](pkgs/repo_manage/) | Miscellaneous issue, repo, and PR query tools. | |
| [sdk_triage_bot](pkgs/sdk_triage_bot/) | A triage automation tool for dart-lang/sdk issues. | |
| [trebuchet](pkgs/trebuchet/) | A tool for moving existing packages into monorepos. | |## Publishing automation
For information about our publishing automation and release process, see
https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.For additional information about contributing, see our
[contributing](CONTRIBUTING.md) page.