twitter_oembed_api 0.1.0 copy "twitter_oembed_api: ^0.1.0" to clipboard
twitter_oembed_api: ^0.1.0 copied to clipboard

This library provides the easiest way to use the Twitter oEmbed API in Dart and Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add twitter_oembed_api

With Flutter:

 $ flutter pub add twitter_oembed_api

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

dependencies:
  twitter_oembed_api: ^0.1.0

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:twitter_oembed_api/twitter_oembed_api.dart';
12
likes
110
pub points
72%
popularity

Publisher

unverified uploader

This library provides the easiest way to use the Twitter oEmbed API in Dart and Flutter apps.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

freezed_annotation, http, json_annotation

More

Packages that depend on twitter_oembed_api