flutter_social_embeds 1.0.7 copy "flutter_social_embeds: ^1.0.7" to clipboard
flutter_social_embeds: ^1.0.7 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
copied to clipboard

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

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/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';
copied to clipboard
3
likes
150
points
116
downloads
screenshot

Publisher

verified publishermassimilianomassaro.it

Weekly Downloads

2024.06.30 - 2025.01.12

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

Repository (GitHub)
View/report issues

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