Skip to content

Commit

Permalink
Merge pull request #914 from chandrabezzo/feature/inappwebview/upgrad…
Browse files Browse the repository at this point in the history
…e-version
  • Loading branch information
sarbagyastha authored Feb 21, 2024
2 parents c6c07e1 + 391f222 commit 67cd460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/youtube_player_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 8.1.3
* Bumped `flutter_inappwebview` to stable version 6.0.0.

## 8.1.2
* Bumped `flutter_inappwebview` to latest version.
* Added support for extracting video id from YouTube Shorts & Music URL.
Expand Down
4 changes: 2 additions & 2 deletions packages/youtube_player_flutter/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: 8.1.2
version: 8.1.3
repository: https://github.com/sarbagyastha/youtube_player_flutter
homepage: https://github.com/sarbagyastha/youtube_player_flutter/tree/master/packages/youtube_player_flutter

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_inappwebview: ^5.7.2+3
flutter_inappwebview: ^6.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 67cd460

Please sign in to comment.