An open API service indexing awesome lists of open source software.

https://github.com/brownsoo/flutter_video_list_sample

Flutter workout to play video list
https://github.com/brownsoo/flutter_video_list_sample

flutter video video-player

Last synced: about 2 months ago
JSON representation

Flutter workout to play video list

Awesome Lists containing this project

README

        

# flutter video list sample

The flutter example playing video list.

## Getting Started

This project is a example for a Flutter application.

For testing iOS, you need to change the app identifier.

#### pubs used

* [path_provider](https://pub.dev/packages/path_provider)
* [video_player](https://pub.dev/packages/video_player)
* [wakelock_plus](https://pub.dev/packages/wakelock_plus)

#### Todo

- [x] Switch video source, Play video list
- [x] Handle Fullscreen
- [x] Progress UI
- [x] Volume mute UI
- [x] Remained time

#### Screenshots

![Play List Screenshot](/Screenshot_1.png)

![Fullscreen Screenshot](/Screenshot_2.png)