DEV Community

Cover image for Download Instagram reels video in a flutter.
Viral Vaghela
Viral Vaghela

Posted on

Download Instagram reels video in a flutter.

Hello friends, I have published the flutter package flutter_insta to pub.dev

Using this package you can get details of the Instagram user such as profile picture URL, a number of followers, following, Bio, website and download reels video.

Package link: https://pub.dev/packages/flutter_insta

Github link: https://github.com/viralvaghela/flutter_insta

Example:

import 'package:flutter_insta/flutter_insta.dart';

String downloadLink =  await flutterInsta.downloadReels("https://www.instagram.com/reel/CDlGkdZgB2y/"); //URL
Enter fullscreen mode Exit fullscreen mode

Top comments (0)