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

Dart 1 only

A console based url shortener using google shortener api

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add goog_url_shortener

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

dependencies:
  goog_url_shortener: ^0.0.1

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:goog_url_shortener/goog_url_shortener.dart';
0
likes
20
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A console based url shortener using google shortener api

Homepage

License

BSD-3-Clause (license)

Dependencies

args, logging, unittest

More

Packages that depend on goog_url_shortener