fetch_all_videos 1.0.5 copy "fetch_all_videos: ^1.0.5" to clipboard
fetch_all_videos: ^1.0.5 copied to clipboard

This package is all about get all videos from your mobile phone.

fetch_all_videos #

A new Flutter project.

Fetch All Videos package for Flutter #

Note:- 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();

Developer :- Mohammad Wadho #

Mit Management Institute Of Technology Hyderabad #

mohammadwadho5@gmail.com #

13
likes
120
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

This package is all about get all videos from your mobile phone.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

cupertino_icons, flutter, flutter_oss_licenses, path_provider, permission_handler

More

Packages that depend on fetch_all_videos