Flutter Video Player App

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.

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.

Getting Started

Follow the steps below to get started with the Flutter Video Player app:

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/ABUBAKARL/flutter_video_player