cincopa_video_player 0.0.6
cincopa_video_player: ^0.0.6 copied to clipboard
A Flutter HLS video player with analytics based on cincopa.
Changelog #
All notable changes to this project will be documented.
0.0.3 - 2025-05-26 #
Changed #
- The
configsparameter now accepts{ autoplay: false }to disable the default autoplay behavior.
0.0.2 - 2025-05-22 #
Changed #
video_nameis now extracted automatically and no longer needs to be passed manually for analytics.
0.0.1 - 2025-05-20 #
Added #
- Initial release of the
cincopa_video_playerpackage - HLS playback via the
CincopaVideoPlayerwidget - Cincopa analytics event tracking:
video.play,video.pause, and periodicvideo.timeupdate - Configurable user data (
email,acc_id) and video metadata (uid,video_name) - Example app showcasing stream switching and analytics integration