build_modules 4.0.7 copy "build_modules: ^4.0.7" to clipboard
build_modules: ^4.0.7 copied to clipboard

Builders to analyze and split Dart code into individually compilable modules based on imports.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_modules

With Flutter:

 $ flutter pub add build_modules

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  build_modules: ^4.0.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:build_modules/build_modules.dart';
7
likes
130
points
315k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

Builders to analyze and split Dart code into individually compilable modules based on imports.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, async, bazel_worker, build, build_config, collection, crypto, glob, graphs, json_annotation, logging, path, scratch_space, stream_transform

More

Packages that depend on build_modules