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

A cli used to refresh googleapis token.

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

With Flutter:

 $ flutter 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.0.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:unpub_auth/unpub_auth.dart';
8
likes
130
points
0
downloads

Publisher

verified publisheropensource.bytedance.com

Weekly Downloads

A cli used to refresh googleapis token.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, googleapis_auth, http, path

More

Packages that depend on unpub_auth