Skip to content

Commit

Permalink
🚀 pub -v 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newtaDev committed Jul 8, 2023
1 parent 595e9eb commit e1fb768
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0
- upgraded dependencies
- migrate from `wakelock` to `wakelock_plus` PR [#129](https://github.com/newtaDev/pod_player/pull/129)
- fixed all lint rules
- migrated `VideoPlayerController.network` to `VideoPlayerController.networkUrl`
- Breaking:
- In `PlayVideoFrom.file` [file] param datatype changed from [dynamic] to [File]
## 0.1.5
- merged PR #103
- support unlisted vimeo videos
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: pod_player
description: Vimeo and youtube player for flutter, Pod player provides customizable video player controls that support android, ios and web.
version: 0.1.5
version: 0.2.0
homepage: https://github.com/newtaDev/pod_player

environment:
Expand Down

0 comments on commit e1fb768

Please sign in to comment.