Skip to content

Commit

Permalink
Add lib youtube_player_flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
up2code committed Mar 13, 2024
1 parent 4d211e3 commit 6494bfc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 16 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.3.0"
flutter_inappwebview:
dependency: transitive
description:
name: flutter_inappwebview
sha256: d198297060d116b94048301ee6749cd2e7d03c1f2689783f52d210a6b7aba350
url: "https://pub.dev"
source: hosted
version: "5.8.0"
flutter_launcher_icons:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -1082,6 +1090,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.1"
youtube_player_flutter:
dependency: "direct main"
description:
name: youtube_player_flutter
sha256: "72d487e1a1b9155a2dc9d448c137380791101a0ff623723195275ac275ac6942"
url: "https://pub.dev"
source: hosted
version: "8.1.2"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
5 changes: 1 addition & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ dependencies:
sdk: flutter
go_router: 7.0.1
flutter_riverpod: 2.3.6


# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: 1.0.2
cached_network_image: 3.2.3
rxdart: 0.27.7
Expand All @@ -54,6 +50,7 @@ dependencies:
http: 0.13.5
hive: 2.2.3
hive_flutter: 1.1.0
youtube_player_flutter: 8.1.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 6494bfc

Please sign in to comment.