unpub_auth 0.1.0+2 copy "unpub_auth: ^0.1.0+2" to clipboard
unpub_auth: ^0.1.0+2 copied to clipboard

retractedoutdated

An auth tool for unpub.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate unpub_auth

Use it

The package has the following executables:

$ unpub_auth

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unpub_auth

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

dependencies:
  unpub_auth: ^0.1.0+2

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:unpub_auth/unpub_auth.dart';