Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter_insta

flutter package to get instagram user details and download reels videos.

how to use and download reels videos

to use flutter_insta, first start by importing the package.

import 'package:flutter_insta/flutter_insta.dart';

get profile details

flutterinsta flutterinsta = new flutterinsta();
await flutterinsta.getdata("coding_boy_");

print details

print("username : ${flutterinsta.username}");
print("followers : ${flutterinsta.followers}");
print("folowing : ${flutterinsta.following}");
print("bio : ${flutterinsta.bio}");
print("website : ${flutterinsta.website}");
print("profile image : ${flutterinsta.imgurl}");

download reels video

string downloadlink1 =  await flutterinsta.downloadreels("https://www.instagram.com/reel/cdlgkdzgb2y/"); //url

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Comments are closed.