flutter_meedu_media_kit 4.2.26

a controls wrapper for media_kit.

flutter_meedu_media_kit

Buy Me A Coffee Buy Me a Coffee at ko-fi.com

a controls wrapper for media_kit using same features and logic as flutter_meedu_media_kit.

👋 👉 Complete documentation here

FeatureiOSAndroidWindowsLinuxmacOSWeb
Videos from Network✔️✔️✔️✔️✔️✔️
Videos from Assets✔️✔️✔️✔️✔️✔️
Videos from Local Files✔️✔️✔️✔️✔️✔️
Looping✔️✔️✔️✔️✔️✔️
AutoPlay✔️✔️✔️✔️✔️✔️
Swipe to Control Volume✔️✔️Keyboard ArrowsKeyboard ArrowsKeyboard ArrowsKeyboard Arrows
Swipe to Seek✔️✔️Keyboard ArrowsKeyboard ArrowsKeyboard ArrowsKeyboard Arrows
FullScreen✔️✔️✔️✔️✔️✔️
Launch Player in FullScreen✔️✔️✔️✔️✔️✔️
Playback Speed✔️✔️✔️✔️✔️✔️
Fast Forward/Rewind✔️✔️✔️✔️✔️✔️
CustomizationPartiallyPartiallyPartiallyPartiallyPartiallyPartially
Picture in Picture (PIP)Not Implemented (Help Wanted)✔️✔️Implemented (Not tested)Implemented (Crashes, waiting for window_manager release, fixed in GitHub)Not Implemented

Video Player Controls

Mobile Controls

  • Swipe horizontally to seek forward or backward in the video. (seekSwipes)
  • Swipe vertically on the right side of the screen to control the video volume. (volumeSwipes)
  • Swipe vertically on the left side of the screen to control the video brightness. (brightnessSwipes)
  • Double-tap on the sides of the screen to seek forward or backward in the video. (doubleTapToSeek)
  • Long press on the screen to speed up the video, and the video slows down when the long press is released. (onLongPressSpeedUp)

Desktop Controls

  • One-click with the mouse to toggle play and pause. (desktopTapToPlayAndPause)
  • Double-click with the mouse to toggle full-screen mode. (desktopDoubleTapToFullScreen)
  • Use the keyboard up and down arrows to increase or decrease the video volume. (volumeArrows)
  • Use the keyboard right and left arrows to seek forward or backward in the video. (seekArrows)
  • Press the Escape key to close full-screen mode. (escapeKeyCloseFullScreen)
  • Press the NumPad Decimal key (.) to toggle the video fit. (numPadDecimalKeyToggleFit)
  • Press the Enter key to open full-screen mode. (enterKeyOpensFullScreen)
  • Press the Space key to toggle between playing and pausing the video. (spaceKeyTogglePlay)

Setup media_kit.