Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Jan 29, 2023
2 parents c9d9679 + 67d3caf commit 0991b86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/youtube_player_iframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 4.0.4
**Jan 29, 2023**
- Fixed platform listing in pub.dev

## 4.0.3
**Jan 29, 2023**
- Endorse `youtube_player_iframe_web` as default web implementation package.
Expand Down
9 changes: 7 additions & 2 deletions packages/youtube_player_iframe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: youtube_player_iframe
description: Flutter port of the official YouTube iFrame player API. Supports web & mobile platforms.
version: 4.0.3
version: 4.0.4
repository: https://github.com/sarbagyastha/youtube_player_flutter
homepage: https://github.com/sarbagyastha/youtube_player_flutter/tree/master/packages/youtube_player_iframe

Expand All @@ -16,7 +16,7 @@ dependencies:
webview_flutter_android: ^3.2.1
webview_flutter_wkwebview: ^3.0.2
url_launcher: ^6.1.8
youtube_player_iframe_web: ^2.0.1
youtube_player_iframe_web: ^2.0.2

dev_dependencies:
flutter_test:
Expand All @@ -30,3 +30,8 @@ flutter:
platforms:
web:
default_package: youtube_player_iframe_web

platforms:
android:
ios:
web:

0 comments on commit 0991b86

Please sign in to comment.