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

https://github.com/harshmandan/video_player

Custom implementation of flutter's video_player
https://github.com/harshmandan/video_player

Last synced: 14 days ago
JSON representation

Custom implementation of flutter's video_player

Awesome Lists containing this project

README

          

# Flutter plugins

This repo is a custom implementation of flutter's video_player package.
This is forked and seperated from here: [SongTube](https://github.com/SongTube/plugins/tree/master/packages/video_player)

Package is updated with latest Exoplayer with updated APIs. Changes [here](https://github.com/harshmandan/video_player/commits/main)

Usage: Add this in `pubspec.yaml`

```
dependencies:
video_player:
git:
url: https://github.com/harshmandan/video_player
path: video_player
ref: main
```