Flutter – How to play Instagram videos in your flutter app?

Issue

So I created a video player in my flutter app just like Instagram reels using the video_player: ^2.4.5 package. Everything’s fine but I don’t want to store all the reels in my firebase storage because it can cost me a lot. So is there a way to just copy paste the link from an Instagram reel and play it in my app?

Solution

You need add Instagram dev key to use play video and user details check this

instagram_public_api: ^0.2.3

more details

Answered By – Mahesh

Answer Checked By – Mary Flores (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *