av_media_player 0.5.4 av_media_player: ^0.5.4 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.5.4 #
- improve vsync handling on macos
- fixed a resource leak 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
- replace default example to the simpe one
0.5.1 #
- first public release.