flutter_shortener 0.3.1 copy "flutter_shortener: ^0.3.1" to clipboard
flutter_shortener: ^0.3.1 copied to clipboard

A library for generating short links from multiple providers.Only some providers are supported.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_shortener

With Flutter:

 $ flutter pub add flutter_shortener

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

dependencies:
  flutter_shortener: ^0.3.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:flutter_shortener/flutter_shortener.dart';
4
likes
130
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A library for generating short links from multiple providers.Only some providers are supported.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on flutter_shortener