Flutter Instagram Downloader | Coderz Product

flutter_instagram_downloader

Last updated:

0 purchases

flutter_instagram_downloader Image
flutter_instagram_downloader Images

Free

Languages

Categories

Add to Cart

Description:

flutter instagram downloader

Flutter_Insta_Downloader #
A Flutter Instagram reels downloader & feed,profile downloader.

Example App

👉 If you like this repo then please give it a ⭐️ #
Installation #
Dart requires the latest version of Dart. You can download the latest and greatest here.
Screenshots #

1. Depend on it #
Add this to your package's pubspec.yaml file:
dependencies:
flutter_instagram_downloader: ^0.0.2
copied to clipboard
2. Install it
You can install packages from the command line:
$ pub get
copied to clipboard
3. Import it
Now in your Dart code, you can use:
import 'package:flutter_instagram_downloader/flutter_instagram_downloader.dart';
copied to clipboard
Usage #
Get ReelSVideo #
FlutterInsta flutterInsta = new FlutterInsta();
var reelsvideos=await flutterInsta.downloadReelsVideos("https://www.instagram.com/reel/CJSlF7onjeU/?igshid=1ju3ngvjn3e8ndev_raushanjha"); //Video URL
copied to clipboard
Print Reels Details or Show in Widgets()
print("Username : ${reelsvideos._username}");
print("Full Name : ${reelsvideos._fullname}");
print("ProfilePicURL : ${reelsvideos._profilepicurl}");
print("Followers : ${reelsvideos._followers}");
print("isVerified : ${reelsvideos.isVerified.toString()}");
print("_videourl : ${reelsvideos._videourl}");
print("Image URL":${reelsvideos._imgurl}");
print("Caption":${reelsvideos._caption}");
print("Song Name":${reelsvideos._songName}");
print("Artist Name":${reelsvideos._artistName}");
print("Video Duration":${reelsvideos._videoDuration}");
print("VideoView Count":${reelsvideos._videoViewCount}");
copied to clipboard
Get profile Data #
FlutterInsta flutterInsta = new FlutterInsta();
await flutterInsta.getProfileInfo("dev_raushanjha"); //instagram username
copied to clipboard
Print Profile Details or Show in Text()
print("Username : ${flutterInsta._username}");
print("Full Name : ${flutterInsta._fullname}");
print("ProfilePicURL : ${flutterInsta._profilepicurl}");
print("Followers : ${flutterInsta._followers}");
print("isVerified : ${flutterInsta.isVerified.toString()}");
print("Bio : ${flutterInsta._bio}");
print("Category Name":${flutterInsta._category_name}");
copied to clipboard
Get PostImageVideo #
FlutterInsta flutterInsta = new FlutterInsta();
var post=await flutterInsta.downloadImage("https://www.instagram.com/p/CKHG24Kj_Xy/?igshid=8tu91c0kghf7"); //Image URL
copied to clipboard
Print Feed Details or Show in Widgets()
print("Username : ${post._username}");
print("Full Name : ${post._fullname}");
print("ProfilePicURL : ${post._profilepicurl}");
print("Followers : ${post._followers}");
print("isVerified : ${post.isVerified.toString()}");
print("Image URL":${post._imgurl}");
print("Caption":${post._caption}");

copied to clipboard
Developed & Maintained by #
Raushan Jha
📷 Insta
🐤 Twitter

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.