video_player_web 0.1.2 video_player_web: ^0.1.2 copied to clipboard
Web platform implementation of video_player
0.1.2 #
- Add a
PlatformException
to the player'seventController
when there's avideoElement.onError
. Fixes https://github.com/flutter/flutter/issues/48884. - Handle DomExceptions on videoElement.play() and turn them into
PlatformException
as well, so we don't end up with unhandled Futures. - Update setup instructions in the README.
0.1.1+1 #
- Add an android/ folder with no-op implementation to workaround https://github.com/flutter/flutter/issues/46898.
0.1.1 #
- Support videos from assets.
0.1.0+1 #
- Remove the deprecated
author:
field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
0.1.0 #
- Initial release