A simple Flutter app that allows users to select and play videos from their device storage. The app utilizes the video_player
plugin to provide video playback functionality with pause, play, and seeking features.
- Request storage permission to access videos on the device.
- List all videos available on the Android device.
- Play and pause video playback.
- Seek within the video.
Follow the steps below to get started with the Flutter Video Player app:
- Flutter SDK installed (https://flutter.dev/docs/get-started/install)
-
Clone the repository:
git clone https://github.com/ABUBAKARL/flutter_video_player