Skip to content

Commit

Permalink
* **BREAKING CHANGES** See Migrating to 3.x.x for detail.
Browse files Browse the repository at this point in the history
* Faster fullscreen toggling.
* 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).
* Added `hideThumbnail` and `disableDragSeek` flags. [#27](sarbagyastha/youtube_player_flutter#27), [#29](sarbagyastha/youtube_player_flutter#29).
* **FIXED** Fullscreen toggle in iOS.
* Minor UI improvements here and there.
  • Loading branch information
tommy725 committed Jun 23, 2019
1 parent 8e3e577 commit 721e876
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ packages:
name: ytview
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.8-beta.1"
version: "1.0.0"
sdks:
dart: ">=2.2.2 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ packages:
name: ytview
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.8-beta.1"
version: "1.0.0"
sdks:
dart: ">=2.2.2 <3.0.0"
flutter: ">=1.5.0 <2.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
ytview: ^0.0.8-beta.1
ytview: ">=1.0.0 <1.1.0"

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 721e876

Please sign in to comment.