Skip to content

Commit

Permalink
1.0.32
Browse files Browse the repository at this point in the history
merged #28
  • Loading branch information
KhuramKhalid committed Mar 23, 2020
1 parent 15b8742 commit d9279b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.32 [March 23, 2020]

* Merged PR (https://github.com/muslimtv/flutter_playout/pull/28)

* Fixed wrong arguments casting in Android PlayerLayout. It was throwing exception and the change wouldn't happen.

* Fixed crash on iOS when attempting to change media. It was crashing due to force unwrapping a non existing value (showControls).

## 1.0.31 [March 23, 2020]

* Merged PR to add progressive video source for Android (https://github.com/muslimtv/flutter_playout/pull/26)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_playout
description: This plugin provides audio/video playback from a URL with background audio support, lock screen
controls & player events for both iOS and Android.
version: 1.0.31
version: 1.0.32
author: Muslim Television Ahmadiyya International <[email protected]>
homepage: https://www.mta.tv
repository: https://github.com/muslimtv/flutter_playout
Expand Down

0 comments on commit d9279b3

Please sign in to comment.