Last updated:
0 purchases
facebook video download
facebook_video_download #
A Flutter package to get facebook post details and download links.
How to Use #
To use facebook_video_download, first start by importing the package.
import 'package:facebook_video_download/facebook_video_download.dart';
copied to clipboard
Get Pots details #
//Get Post Details (must be public)
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);
}
copied to clipboard
Project Created & Maintained By #
Gunanithi #
Passionate #Flutter, #Android Developer. #UI Designer.
Currently Available Methods #
FacebookPost FacebookData.postFromUrl() returns post details
Getting Started #
This project is a starting point for a Dart
package,
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.