video_player_tizen 2.4.6 video_player_tizen: ^2.4.6 copied to clipboard
Tizen implementation of the video_player plugin.
2.4.6 #
- Fix memory leak issue.
- Increase the minimum Flutter version to 3.3.
2.4.5 #
- Update README with supported devices information.
2.4.4 #
- Update pigeon to 6.0.1.
2.4.3 #
- Migrate to in-package pigeon-generated code.
2.4.2 #
- Add a queue for storing decoded media packet.
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.