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.

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';

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);
}

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.

29
likes
120
pub points
57%
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