insta_html_parser 0.1.1 copy "insta_html_parser: ^0.1.1" to clipboard
insta_html_parser: ^0.1.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 posts photos and videos URLs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add insta_html_parser

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

dependencies:
  insta_html_parser: ^0.1.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:insta_html_parser/insta_html_parser.dart';
8
likes
30
pub points
26%
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 posts photos and videos URLs.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on insta_html_parser