MartinLangbecker / wokubot

MIT License
1 stars 0 forks source link

Video player #23

Closed MartinLangbecker closed 3 years ago

MartinLangbecker commented 3 years ago

As a user, I want to be able to preview my video files locally. Therefore, I need a video player. At a minimum, I should be able to play and pause files. At best, I should also be able to move forwards and backwards through the file and jump to specific time stamps. The (remaining) duration of the file should be displayed.

MartinLangbecker commented 3 years ago

For starters, see here: https://flutter.dev/docs/cookbook/plugins/play-video

MartinLangbecker commented 3 years ago

See here for supported file types: https://pub.dev/packages/video_player#supported-formats

MartinLangbecker commented 3 years ago

Added in commit 7cfa186b.