flutter_social_embeds 1.1.0 copy "flutter_social_embeds: ^1.1.0" to clipboard
flutter_social_embeds: ^1.1.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 Flutter:

 $ flutter pub add flutter_social_embeds

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

dependencies:
  flutter_social_embeds: ^1.1.0

Alternatively, your editor might support 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/facebook_post.dart';
import 'package:flutter_social_embeds/platforms/generic_platform.dart';
import 'package:flutter_social_embeds/platforms/instagram.dart';
import 'package:flutter_social_embeds/platforms/tiktok.dart';
import 'package:flutter_social_embeds/platforms/x_twitter.dart';
import 'package:flutter_social_embeds/platforms/youtube.dart';
import 'package:flutter_social_embeds/social_embed_webview.dart';
import 'package:flutter_social_embeds/utils/common.dart';
3
likes
140
points
1.02k
downloads
screenshot

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)

Topics

#social #webview #webview-flutter #javascript #html

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http, localstorage, url_launcher, webview_flutter

More

Packages that depend on flutter_social_embeds