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';
14
likes
130
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

freezed_annotation, http, json_annotation

More

Packages that depend on twitter_oembed_api