available_video_players 3.1.0
available_video_players: ^3.1.0 copied to clipboard
A Flutter plugin for Android to retrieve a list of installed video player applications.
3.1.0 #
- Wired main class through the platform interface following the federated plugin pattern
- Removed dead
getPlatformVersion()method from all layers AvailableVideoPlayersnow delegates toAvailableVideoPlayersPlatform.instance- Custom platform implementations can be registered via the platform interface
3.0.0 #
- Added app icon support - icons are now returned as Base64-encoded PNG strings
- Updated
VideoPlayerAppmodel to include optionaliconfield - Updated documentation with examples showing how to display app icons
2.0.0 #
- Initial release with basic functionality
- Retrieve installed video player apps on Android
- Get app names and package names