flutter_social_embeds 1.0.8 flutter_social_embeds: ^1.0.8 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.0.8
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';