build_resolvers 2.4.4 copy "build_resolvers: ^2.4.4" to clipboard
build_resolvers: ^2.4.4 copied to clipboard

Resolve Dart code in a Builder

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_resolvers
copied to clipboard

With Flutter:

 $ flutter pub add build_resolvers
copied to clipboard

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

dependencies:
  build_resolvers: ^2.4.4
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_resolvers/build_resolvers.dart';
copied to clipboard
11
likes
140
points
3.46M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.08.07 - 2025.02.19

Resolve Dart code in a Builder

Repository (GitHub)
Contributing

Topics

#build-runner

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, async, build, collection, convert, crypto, graphs, logging, package_config, path, pool, pub_semver, stream_transform, yaml

More

Packages that depend on build_resolvers