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
copied to clipboard

With Flutter:

 $ flutter pub add twitter_oembed_api
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
14
likes
130
points
167
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

freezed_annotation, http, json_annotation

More

Packages that depend on twitter_oembed_api