View videos from rest api and download and play video Bloc State management
Download and Play video in Flutter with Bloc Pattern
Getting Started
Flutter app Fetch and download videos from a REST API and utilizing the BLoC state management pattern.
Sdk
For Android sdk compileSdkVersion 33
Flutter sdk sdk: ‘>=2.18.2 <3.0.0’
About
In this Flutter app utilizing the BLoC state management pattern, we fetch and download videos from a REST API. The app displays video thumbnails in a list, and users can initiate downloads with progress bars showing the real-time download status. Error handling and local video caching are also incorporated for a seamless experience.