flutter_instagram_api 1.0.3 copy "flutter_instagram_api: ^1.0.3" to clipboard
flutter_instagram_api: ^1.0.3 copied to clipboard

A Flutter package for easy Instagram login using OAuth authentication. Fetch user data seamlessly with just a few lines of code.

example/lib/main.dart

import 'package:example/view/home_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: HomePage(),
    );
  }
}
1
likes
155
points
374
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for easy Instagram login using OAuth authentication. Fetch user data seamlessly with just a few lines of code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on flutter_instagram_api