fetch_all_videos
A new Flutter project.
Fetch All Videos package for Flutter
This package will check directory one by one and return the list of all videos path be patient it will take some time because it will check all folders
Imports in your AndroidManifest File
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
Expample
import 'package:fetch_all_videos/fetch_all_videos.dart';
FetchAllVideos ob = FetchAllVideos();
List videos = await ob.getAllVideos();
output
<img src="https://github.com/MohammadWadho/fetch_all_videos/blob/main/assets/fetch_all_videos.PNG?raw=true" width="70%" height="540">
Developer :- Mohammad Wadho
Mit Management Institute Of Technology Hyderabad
mohammadwadho5@gmail.com
<img src="https://github.com/MohammadWadho/fetch_all_videos/blob/main/assets/my.jpg?raw=true" alt="Success Status" width="300" height="540">