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: 3 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-04-15T12:55:13.000Z (3 months ago)
- Last Synced: 2026-04-18T03:02:25.621Z (3 months ago)
- Topics: dart, dart-build-system
- Language: Dart
- Homepage: https://pub.dev/packages/build
- Size: 12.9 MB
- Stars: 847
- Watchers: 54
- Forks: 229
- Open Issues: 139
-
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.
This repo also hosts the following builders and packages for use by builders.
- [build_modules](https://pub.dev/packages/build_modules)
- [build_web_compilers](https://pub.dev/packages/build_web_compilers)
- [mockito](https://pub.dev/packages/mockito)
- [scratch_space](https://pub.dev/packages/scratch_space)