build_web_compilers 4.1.1 copy "build_web_compilers: ^4.1.1" to clipboard
build_web_compilers: ^4.1.1 copied to clipboard

Builder implementations wrapping the dart2js and DDC compilers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dev:build_web_compilers
copied to clipboard

With Flutter:

 $ flutter pub add dev:build_web_compilers
copied to clipboard

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

dev_dependencies:
  build_web_compilers: ^4.1.1
copied to clipboard

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_web_compilers/build_web_compilers.dart';
copied to clipboard
40
likes
150
points
341k
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.08.17 - 2025.03.01

Builder implementations wrapping the dart2js and DDC compilers.

Repository (GitHub)
Contributing

Topics

#build-runner

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, archive, bazel_worker, build, build_config, build_modules, collection, glob, js, logging, path, pool, scratch_space, source_maps, source_span, stack_trace

More

Packages that depend on build_web_compilers