flutter_insta 0.0.8 copy "flutter_insta: ^0.0.8" to clipboard
flutter_insta: ^0.0.8 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

183
likes
0
pub points
86%
popularity

Publisher

verified publishercodingboy.in

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