Skip to content

Better video player for Flutter, with multiple configuration options. Solving typical use cases!

License

Notifications You must be signed in to change notification settings

iamriajul/better_player_enhanced

 
 

Repository files navigation

Better Player (Fixed Version)

pub package pub package pub package

This is a fixed version of the original Better Player package, created because the original developer is currently inactive. The package addresses issues such as deprecated Flutter functions and other maintenance updates.

Original Author:

Changes:

  • Replaced deprecated hashValues with Object.hash (Flutter 3.27.0).
  • Maintained all original functionality.

This package is an enhancement of the original Better Player package, but all credits go to the original author for creating the base package.

Feel free to contribute if the original package becomes active again!

Introduction

This plugin is based on Chewie. Chewie is awesome plugin and works well in many cases. Better Player is a continuation of ideas introduced in Chewie. Better player fix common bugs, adds more configuration options and solves typical use cases.

Features:
✔️ Fixed common bugs
✔️ Added advanced configuration options
✔️ Refactored player controls
✔️ Playlist support
✔️ Video in ListView support
✔️ Subtitles support: (formats: SRT, WEBVTT with HTML tags support; subtitles from HLS; multiple subtitles for video)
✔️ HTTP Headers support
✔️ BoxFit of video support
✔️ Playback speed support
✔️ HLS support (track, subtitles (also segmented), audio track selection)
✔️ DASH support (track, subtitles, audio track selection)
✔️ Alternative resolution support
✔️ Cache support
✔️ Notifications support
✔️ Picture in Picture support
✔️ DRM support (token, Widevine, FairPlay EZDRM).
✔️ ... and much more!

Documentation

Important information

This plugin development is in progress. You may encounter breaking changes each version. This plugin is developed part-time for free. If you need some feature which is supported by other players available in pub dev, then feel free to create PR. All valuable contributions are welcome!

About

Better video player for Flutter, with multiple configuration options. Solving typical use cases!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 75.9%
  • Kotlin 11.3%
  • Objective-C 9.4%
  • Swift 3.3%
  • Ruby 0.1%