appinio_video_player 1.3.0
appinio_video_player: ^1.3.0 copied to clipboard
A custom video player that builds on top of the official video_player package by flutter and adds many functionalities.
1.3.0 2024.01.24 #
- Feat: Cache Network Videos
- Feat: Mute or Change volume with swiping on right side of screen.
- Feat: Hide Picture in Picture Mode
- Many other Bug Fixes
1.2.2 2023.08.23 #
- Feat: Jump forward and backward like youtube.
showSeekButtons
andseekDuration
added toCustomVideoPlayerSettings
1.2.1 2023.04.26 #
- Fix: Orientation not switching back to portrait in iOS
- Fix: Negative duration on sliding back
1.2.0 2022.08.22 #
- New: Native Web Video Player
- Native controls with accessability through controller
- Working native Fullscreen functionality
- Works on all browsers (also on Safari iOS)
- Poster / Thumbnail options
- Fix: No custom aspect ratio on fullscreen
1.1.1 2022.06.14 #
- Bringing back the web support
- Support older flutter versions
1.1.0 2022.06.13 #
- New video player controls
- Switch the video quality
- Change the playback speed
- Play-video-only-once functionality
- Controls fade out
- Bugfixes
1.0.2 2022.04.21 #
- Removed dependencies from other packages (provider, wakelock)
- Restructuring
1.0.1 2021.10.05 #
- Bugfix: dispose video values
1.0.0 2021.10.04 #
- Initial version