video_player_tizen 2.3.1 video_player_tizen: ^2.3.1 copied to clipboard
Flutter plugin for displaying inline video with other Flutter widgets on Tizen.
1.0.0 #
- Initial release.
2.0.0 #
- Appaly new common texture APIs.
2.0.1 #
- Update integration_test.
2.2.0 #
- Update video_player to 2.2.3.
- Update platform interface to 4.2.0.
2.2.1 #
- Update README.
2.2.2 #
- Fix
seekTo
so that it returns when seeking is completed.
2.3.0 #
- Fix a freezing issue on Flutter 2.5 or above.
- Never return empty error messages to avoid null reference exceptions.
- Update video_player to 2.2.6 and update the example app.
- Minor cleanups.
2.3.1 #
- Show first frame after player is prepared.
- Assign
on_completed_cb_
of player before callingplayer_set_play_position
to fix intermittent issue.