Skip to content

Commit

Permalink
Bump up flutter_inappwebview version (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomic-Riedel authored Sep 27, 2024
1 parent f8e1e79 commit 8046dc4
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 @@
## 9.1.1
* Bumps `flutter_inappwebview` to latest version.

## 9.1.0
* Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
* Updates dependencies.
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: 9.1.0
version: 9.1.1
repository: https://github.com/sarbagyastha/youtube_player_flutter
homepage: https://github.com/sarbagyastha/youtube_player_flutter/tree/main/packages/youtube_player_flutter

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_inappwebview: ^6.1.0+1
flutter_inappwebview: ^6.1.1+1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 8046dc4

Please sign in to comment.