Skip to content

Commit

Permalink
BetterPlayer 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlalabsg committed Aug 2, 2020
1 parent 04e8beb commit 3108339
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.0.12
* Fixed duration called on null
* Added new control events
* Fixed duration called on null (fixed by https://github.com/ganeshrvel)
* Added new control events (fixed by https://github.com/ganeshrvel)
* Fixed .m3u8 live stream issues in iOS

## 0.0.11
* Fixed iOS crash on dispose
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This plugin is based on [Chewie](https://github.com/brianegan/chewie). Chewie is

```yaml
dependencies:
better_player: ^0.0.11
better_player: ^0.0.12
```
2. Install it
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: better_player
description: Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run.
version: 0.0.11
version: 0.0.12
authors:
- Jakub Homlala <jhomlala@gmail.com>
homepage: https://github.com/jhomlala/betterplayer
Expand Down

0 comments on commit 3108339

Please sign in to comment.