Skip to content

Joseph-Nathan/flutter_meedu_videoplayer

 
 

Repository files navigation

flutter_meedu_videoplayer

Cross-platform video player (web,macos not included)

  • Android and Ios are using video player
  • Desktop are using dart-vlc

Used meedu player as a base and added (also fixed some errors)

  • swipe to increase and decrease volume
  • swipe to seek
  • integrated wake lock in the code

Setup For windows

1.Add in main

  initDartVlc();

Example:

void main() {
initDartVlc();
runApp(MyApp());
}

meedu_player


meedu_player

meedu_player

Features iOS Android windows linux macos
Videos from Network x
Videos from Assets x
Videos from local files x
Looping x
Autoplay x
Swipe to increase and decrease Sound x
Swipe to seek in video x
Fullscreen x
Launch Player as Fullscreen x
Playback Speed x
fastForward / Rewind x
srt subtitles X X X
Customize partially partially x

👋 👉 Complete documentation here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 80.4%
  • C++ 10.2%
  • CMake 4.6%
  • HTML 2.0%
  • Kotlin 0.8%
  • C 0.7%
  • Other 1.3%