https://github.com/dart-lang/build
A build system for Dart written in Dart
https://github.com/dart-lang/build
dart dart-build-system
Last synced: about 2 months ago
JSON representation
A build system for Dart written in Dart
- Host: GitHub
- URL: https://github.com/dart-lang/build
- Owner: dart-lang
- License: bsd-3-clause
- Created: 2016-01-20T19:12:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T13:16:49.000Z (about 2 months ago)
- Last Synced: 2026-02-25T16:03:41.659Z (about 2 months ago)
- Topics: dart, dart-build-system
- Language: Dart
- Homepage: https://pub.dev/packages/build
- Size: 11.4 MB
- Stars: 841
- Watchers: 54
- Forks: 225
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-dart - build - A build system for Dart [<img src="https://travis-ci.org/dart-lang/build.svg?branch=master">](https://travis-ci.org/dart-lang/build) (Development-Tools)
README
_Questions? Suggestions? Found a bug? Please
[file an issue](https://github.com/dart-lang/build/issues) or
[start a discussion](https://github.com/dart-lang/build/discussions)._
Code generation for Flutter and Dart packages.
See the
[build_runner package documentation](https://pub.dev/packages/build_runner)
for how to use `build_runner` builders in your package to add serialization,
data classes, data binding, dependency injection, mocking and more.
See the [build package documentation](https://pub.dev/packages/build) to create
your own builder.