facebook_video_download 0.0.4 copy "facebook_video_download: ^0.0.4" to clipboard
facebook_video_download: ^0.0.4 copied to clipboard

A Flutter package to get facebook post details and download links.

example/example.dart

import 'package:facebook_video_download/data/facebookPost.dart';
import 'package:facebook_video_download/facebook_video_download.dart';

Future<void> main() async {
  FacebookPost data = await FacebookData.postFromUrl(
      "https://www.facebook.com/watch/?v=135439238028475");
  print(data.postUrl);
  print(data.videoHdUrl);
  print(data.videoMp3Url);
  print(data.videoSdUrl);
  print(data.commentsCount);
  print(data.sharesCount);
}
29
likes
120
pub points
56%
popularity

Publisher

verified publishergktwinapp.com

A Flutter package to get facebook post details and download links.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on facebook_video_download