video_view 1.0.2
video_view: ^1.0.2 copied to clipboard
A lightweight media player with subtitle rendering and audio track switching support, leveraging system or app-level components for seamless playback.
1.0.2 #
- improve example.
1.0.1 #
- fix a bug in Safari may cause loading error.
1.0.0 #
- architecture upgrade, and add web support. (wasm compatible)
- provides better performance on android, but requires flutter 3.32 or higher.
- support fast seek on all platforms except chrome and windows.
- added
widthandheightparameters toVideoViewclass. - breaking change: file structure adjustment, no longer support high-granularity import. now the only entry is
video_view.dart. - breaking change:
SetStateSyncmixin is a standalone package now, please install it separately if needed. - breaking change: replace
sizingModewithvideoFitinVideoViewclass. - braaking change: removed video tracks from
VideoControllerMediaInfo.trackssince they're not supported on many platforms. which means it's no longer possible to switch video tracks viaoverrideTrack(). however,setMaxResolution()andsetMaxBitrate()are still available. - breaking change: replace
overrideTrackswithoverrideAudioandoverrideSubtitleinVideoControllerclass. - breaking change: replace
overrideTrack()withsetOverrideAudio()andsetOverrideSubtitle()inVideoControllerclass.