fetch_all_videos 1.0.5 
fetch_all_videos: ^1.0.5 copied to clipboard
This package is all about get all videos from your mobile phone.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add fetch_all_videosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  fetch_all_videos: ^1.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fetch_all_videos/fetch_all_videos.dart';