av_media_player 0.6.5 av_media_player: ^0.6.5 copied to clipboard
A lightweight media player for flutter. Which uses Texture Widget for video rendering. Backend builts on AVPlayer(ios/macos) and MediaPlayer(Android).
0.6.5 #
- make sure the first frame is loaded before receiving
mediaInfo
in ios/macos.
0.6.4 #
- fixed a bug may cause video freeze on ios/macos.
- breaking change: replace
SetStateSafely
mixin withSetStateAsync
.
0.6.3 #
- minor fixes.
0.6.2 #
- fix code formatting issues.
0.6.1 #
seekTo
won't increasefinishedTimes
any more if the player is not inplaying
state.- auto correct param values in
seekTo
,setVolume
andsetSpeed
methods.
0.6.0 #
- fix type mismatch issue in android seekTo method.
0.5.9 #
- check current position in seekTo calls from native side.
0.5.8 #
- interduce
SetStateSafely
mixin to prevent errors whilesetState
is called on a bad time.
0.5.7 #
- breaking change: remove
keepAspectRatio
property fromAVMediaView
widget and addsizingMode
property instead.
0.5.6 #
- fix setState issue in
AVMediaView
widget
0.5.5 #
- improve vsync handling on ios/macos
- improve dartdoc comments
0.5.4 #
- improve vsync handling on macos
- fixed a resource leak issue on ios/macos
0.5.3 #
- improve dartdoc comments
- improve examples
- combine macos and ios backend code
- add
backgroundColor
andkeepAspectRatio
support forAVMediaView
widget
0.5.2 #
- add dartdoc comments
- change default example to the simple one
0.5.1 #
- first public release.