Home > Back-end >  Flutter - How to play Instagram videos in your flutter app?
Flutter - How to play Instagram videos in your flutter app?

Time:08-09

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?

CodePudding user response:

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

instagram_public_api: ^0.2.3

more details

  • Related