Skip to content

Commit

Permalink
Merge pull request #29 from clintpurser/clintpurser/pubspec-fix
Browse files Browse the repository at this point in the history
pubspec override fix
  • Loading branch information
DenisovAV committed May 14, 2024
2 parents fa0a4bf + a22c642 commit 409515d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ packages:
description:
path: "packages/shared_preferences/shared_preferences_foundation"
ref: HEAD
resolved-ref: "58f0cd17f93c01814d0a56a943a663de7c43ae17"
url: "https://github.com/DenisovAV/flutter-tvos-packages"
resolved-ref: "6166fd880015ebc0bc5489a38f63dc3492fff1c9"
url: "https://github.com/DenisovAV/flutter-tvos-packages.git"
source: git
version: "2.4.0"
shared_preferences_linux:
Expand All @@ -398,8 +398,8 @@ packages:
description:
path: "packages/shared_preferences/shared_preferences_platform_interface"
ref: HEAD
resolved-ref: "58f0cd17f93c01814d0a56a943a663de7c43ae17"
url: "https://github.com/DenisovAV/flutter-tvos-packages"
resolved-ref: "6166fd880015ebc0bc5489a38f63dc3492fff1c9"
url: "https://github.com/DenisovAV/flutter-tvos-packages.git"
source: git
version: "2.3.2"
shared_preferences_web:
Expand Down Expand Up @@ -524,17 +524,17 @@ packages:
description:
path: "packages/video_player/video_player_avfoundation"
ref: HEAD
resolved-ref: "58f0cd17f93c01814d0a56a943a663de7c43ae17"
url: "https://github.com/DenisovAV/flutter-tvos-packages"
resolved-ref: "6166fd880015ebc0bc5489a38f63dc3492fff1c9"
url: "https://github.com/DenisovAV/flutter-tvos-packages.git"
source: git
version: "2.6.1"
video_player_platform_interface:
dependency: "direct overridden"
description:
path: "packages/video_player/video_player_platform_interface"
ref: HEAD
resolved-ref: "830a1dcadf9d311fe44f6bdc831881dd6474a9ec"
url: "https://github.com/DenisovAV/flutter-tvos-packages"
resolved-ref: "6166fd880015ebc0bc5489a38f63dc3492fff1c9"
url: "https://github.com/DenisovAV/flutter-tvos-packages.git"
source: git
version: "6.2.2"
video_player_web:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ dependencies:
dependency_overrides:
video_player_avfoundation:
git:
url: https://github.com/DenisovAV/flutter-tvos-packages
url: https://github.com/DenisovAV/flutter-tvos-packages.git
path: packages/video_player/video_player_avfoundation
shared_preferences_foundation:
git:
url: https://github.com/DenisovAV/flutter-tvos-packages
url: https://github.com/DenisovAV/flutter-tvos-packages.git
path: packages/shared_preferences/shared_preferences_foundation
video_player_platform_interface:
git:
url: https://github.com/DenisovAV/flutter-tvos-packages
url: https://github.com/DenisovAV/flutter-tvos-packages.git
path: packages/video_player/video_player_platform_interface
shared_preferences_platform_interface:
git:
url: https://github.com/DenisovAV/flutter-tvos-packages
url: https://github.com/DenisovAV/flutter-tvos-packages.git
path: packages/shared_preferences/shared_preferences_platform_interface

# The following adds the Cupertino Icons font to your application.
Expand Down

0 comments on commit 409515d

Please sign in to comment.