bitly 1.0.0 copy "bitly: ^1.0.0" to clipboard
bitly: ^1.0.0 copied to clipboard

A composable, Future-based library for bitly api.

example/bitly_example.dart

import 'package:bitly/bitly.dart';

void main(List<String> args) {
  Bitly('<-TOKEN->')
      .shorten('https://dev.bitly.com', 'bit.ly')
      .then((value) => print(value.body))
      .onError((error, stackTrace) => print(error));
}
3
likes
110
pub points
74%
popularity

Publisher

unverified uploader

A composable, Future-based library for bitly api.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on bitly