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

Provide a widget to easily embed social media post in flutter using web embed feature by the platform

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_social_embeds

With Flutter:

 $ flutter pub add flutter_social_embeds

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

dependencies:
  flutter_social_embeds: ^1.0.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:flutter_social_embeds/platforms/generic_platform.dart';
import 'package:flutter_social_embeds/platforms/instagram.dart';
import 'package:flutter_social_embeds/platforms/x_twitter.dart';
import 'package:flutter_social_embeds/social_embed_webview.dart';
import 'package:flutter_social_embeds/utils/common.dart';
3
likes
0
points
115
downloads

Publisher

verified publishermassimilianomassaro.it

Weekly Downloads

Provide a widget to easily embed social media post in flutter using web embed feature by the platform

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, localstorage, url_launcher, webview_flutter

More

Packages that depend on flutter_social_embeds