
Hello developers, Today I have published my first flutter packageflutter_insta topub.dev.
Using this plugin you can get details of the Instagram user.
How to Use ?
LINK :https://pub.dev/packages/flutter_insta
First add in dependency
dependencies:flutter_insta:^0.0.6
You can install packages from the command line:
$flutterpubget
Import it
import'package:flutter_insta/flutter_insta.dart';
Now you have to create object of FlutterInsta class
FlutterInstaflutterInsta=newFlutterInsta("coding_boy_");
and inside constructor pass the username.
Now you can get all details like this
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}");
Thanks for reading :) , if you found it useful then please like the plugin and give your valuable feedback.
Top comments(2)
Subscribe

Vladimir Zdravkovic•
I see myself as a passionate developer interested in a multitude of languages and topics! Currently my focus is on Android\Kotlin full time with Flutter\Dart lurking from the shadows. #extrovert
- LocationSerbia
- WorkSenior Mobile Developer at Levi9 Technology Services
- Joined
Great work on the plugin!
For further actions, you may consider blocking this person and/orreporting abuse