video_player_tizen 2.4.1 video_player_tizen: ^2.4.1 copied to clipboard
Flutter plugin for displaying inline video with other Flutter widgets on Tizen.
2.4.1 #
- Apply new texture APIs.
2.4.0 #
- Update video_player to 2.4.2.
- Update video_player_platform_interface to 5.1.2.
- Update the example app and integration_test.
- Migrate to new analysis options.
- Remove obsolete dependency on pedantic.
- Code cleanups.
2.3.2 #
- Apply texture common release callback.
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.
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.2.2 #
- Fix
seekTo
so that it returns when seeking is completed.
2.2.1 #
- Update README.
2.2.0 #
- Update video_player to 2.2.3.
- Update video_player_platform_interface to 4.2.0.
2.0.1 #
- Update integration_test.
2.0.0 #
- Appaly new common texture APIs.
1.0.0 #
- Initial release.