dart_bom 1.13.1 copy "dart_bom: ^1.13.1" to clipboard
dart_bom: ^1.13.1 copied to clipboard

A utility for syncing dependencies across projects from a bill-of-materials pubspec

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_bom

Use it

The package has the following executables:

$ allpub
$ checkout
$ completions
$ lastpub
$ myversion
$ pubcomp
$ pubinfo
$ repospec
$ syncbom

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_bom

With Flutter:

 $ flutter pub add dart_bom

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

dependencies:
  dart_bom: ^1.13.1

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:dart_bom/dart_bom.dart';
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A utility for syncing dependencies across projects from a bill-of-materials pubspec

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ansi_styles, args, cli_util, completion, equatable, html, http, meta, path, platform, pool, pub_semver, pubspec, yaml, yaml_writer

More

Packages that depend on dart_bom