pub_switch 1.1.1 copy "pub_switch: ^1.1.1" to clipboard
pub_switch: ^1.1.1 copied to clipboard

很容易 Git 依赖和 Path 依赖的命令行程序

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pub_switch

Use it

The package has the following executables:

$ pub_switch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_switch

With Flutter:

 $ flutter pub add pub_switch

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

dependencies:
  pub_switch: ^1.1.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:pub_switch/pub_switch.dart';
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

很容易 Git 依赖和 Path 依赖的命令行程序

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, darty_json_safe, mustache_template, path, process_run, pubspec, pubspec_lock_copy

More

Packages that depend on pub_switch