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
- Host: GitHub
- URL: https://github.com/harshmandan/video_player
- Owner: harshmandan
- Created: 2021-08-27T14:31:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T15:34:56.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T09:40:16.564Z (9 months ago)
- Language: Dart
- Size: 7.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```