pubm 0.3.0+1 copy "pubm: ^0.3.0+1" to clipboard
pubm: ^0.3.0+1 copied to clipboard

A Dart command line tool to help with managing pubspec dependencies.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubm
copied to clipboard

Use it

The package has the following executables:

$ pubm
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubm
copied to clipboard

With Flutter:

 $ flutter pub add pubm
copied to clipboard

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

dependencies:
  pubm: ^0.3.0+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:pubm/pubm.dart';
copied to clipboard
4
likes
140
points
18
downloads

Publisher

verified publisherkushalm.xyz

Weekly Downloads

2024.08.09 - 2025.02.21

A Dart command line tool to help with managing pubspec dependencies.

Topics

#pubspec #pubspec-manager #pubspec-splitter #pubspec-updater #pubspec-dependency-manager

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_util, collection, cupertino_icons, equatable, get_it, json2yaml, path, yaml

More

Packages that depend on pubm