Skip to content

Commit

Permalink
* Faster fullscreen toggling.
Browse files Browse the repository at this point in the history
* Toggles fullscreen on orientation change. [Issue #3](sarbagyastha/youtube_player_flutter#3).
* Option to add own custom thumbnail.
* **FIXED** Video stuck at unknown state [Issue #24](sarbagyastha/youtube_player_flutter#24).
  • Loading branch information
tommy725 committed Jun 9, 2019
1 parent 109fd5f commit aa526bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-beta.2
## 3.0.0-beta.3
* **BREAKING CHANGES** See Migrating to 3.x.x for detail.
* Faster fullscreen toggling.
* Toggles fullscreen on orientation change. [Issue #3](https://github.com/sarbagyastha/youtube_player_flutter/issues/3).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![pub package](https://img.shields.io/badge/pub-v3.0.0-green.svg)](https://pub.dartlang.org/packages/youtube_player_flutter)
[![Build Status](https://travis-ci.org/sarbagyastha/youtube_player_flutter.svg?branch=master)](https://travis-ci.org/sarbagyastha/youtube_player_flutter)
[![licence](https://img.shields.io/badge/Licence-MIT-orange.svg)](https://github.com/sarbagyastha/youtube_player_flutter/blob/master/LICENSE)
[![Download APK](https://img.shields.io/badge/Download-APK-informational.svg)](https://github.com/sarbagyastha/youtube_player_flutter/raw/master/youtube_player_example.apk)
[![Download APK](https://img.shields.io/badge/Download-APK-informational.svg)](https://github.com/sarbagyastha/youtube_player_flutter/raw/master/youtube_player_demo.apk)

Flutter plugin for playing or streaming YouTube videos inline using the
official
Expand Down Expand Up @@ -54,7 +54,7 @@ Add this to you package's `pubspec.yaml` file:

```yaml
dependencies:
youtube_player_flutter: ^3.0.0-beta.2
youtube_player_flutter: ^3.0.0-beta.3
```
#### 2\. Install
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: youtube_player_flutter
description: Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.
version: 3.0.0-beta.2
version: 3.0.0-beta.3
author: Sarbagya Dhaubanjar <[email protected]>
homepage: https://github.com/sarbagyastha/youtube_player_flutter

Expand Down
Binary file added youtube_player_demo.apk
Binary file not shown.
Binary file removed youtube_player_example.apk
Binary file not shown.

0 comments on commit aa526bc

Please sign in to comment.