how to download instagram reels in flutter

570 Views Asked by At

is there any way to download instagram reels in flutter without using the official api? I've tried various api's and packages from pub but none of them works , let me know if there is any unofficial api

1

There are 1 best solutions below

1
On

Here you can examine a project similar to the subject you want. https://github.com/ravindravala/Flutter-Reels-downloader-for-instagram

You can install the flutter_reels_downloader package in a .yaml file and examine it as in the example. https://pub.dev/packages/flutter_reels_downloader/example

enter image description here

I hope I could help. Enjoy your work.