ssinstafeedparser 0.0.1 copy "ssinstafeedparser: ^0.0.1" to clipboard
ssinstafeedparser: ^0.0.1 copied to clipboard

Provides basic data from a given Instagram profile url. Also checks if the profile is public and if it's verified. If it's public, you can parse instagram feeds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ssinstafeedparser

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ssinstafeedparser: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ssinstafeedparser/insta_feed_bean.dart';
import 'package:ssinstafeedparser/insta_feed_parser.dart';
5
likes
40
pub points
13%
popularity

Publisher

unverified uploader

Provides basic data from a given Instagram profile url. Also checks if the profile is public and if it's verified. If it's public, you can parse instagram feeds.

Repository (GitHub)
View/report issues
Contributing

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on ssinstafeedparser