build_utils 0.0.1 copy "build_utils: ^0.0.1" to clipboard
build_utils: ^0.0.1 copied to clipboard

A bunch of classes, helpers, generators and things to work with package:build with ease

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_utils

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

dependencies:
  build_utils: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:build_utils/build_utils.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A bunch of classes, helpers, generators and things to work with package:build with ease

Repository
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analysis_utils, analyzer, build, build_test, dart_style, glob, meta, packages, path, source_gen

More

Packages that depend on build_utils