flutter_insta 0.0.9 copy "flutter_insta: ^0.0.9" to clipboard
flutter_insta: ^0.0.9 copied to clipboard

outdated

Package to get instagram user's details like prifile picture url,number of followers,following,Bio,website etc.

Simple way to get Instagram user details like prifile picture url,number of followers,following,Bio,website.

How to Use #

To use flutter_insta, first start by importing the package.

import 'package:flutter_insta/flutter_insta.dart';

Next, create a new FlutterInsta object and pass username inside constructor

FlutterInsta flutterInsta = new FlutterInsta("coding_boy_");
await flutterInsta.getData();

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

[]

Created by Viral Vaghela

196
likes
0
points
335
downloads

Publisher

verified publishercodingboy.in

Weekly Downloads

Package to get instagram user's details like prifile picture url,number of followers,following,Bio,website etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on flutter_insta