Skip to content

Commit

Permalink
build(deps): use fijkplayer fork
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Oct 8, 2022
1 parent 2c257d5 commit 1a226ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ packages:
fijkplayer:
dependency: "direct main"
description:
name: fijkplayer
url: "https://pub.dartlang.org"
source: hosted
path: "."
ref: master
resolved-ref: "4570dc7a2ae0f2068885b4f99a5d719a6a1c8b06"
url: "https://github.com/alexmercerind/fijkplayer.git"
source: git
version: "0.10.1"
fijkplayer_skin:
dependency: "direct main"
Expand Down
17 changes: 15 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,27 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
fijkplayer:
git:
# Fixes the bad memory access on iOS, upon application quit from the App Switcher.
url: https://github.com/alexmercerind/fijkplayer.git
ref: master
reorderable_grid_view:
git:
url: https://github.com/alexmercerind/reorderable_grid_view.git
ref: master
http: ^0.13.4
xml2json: ^5.3.2
fijkplayer: ^0.10.1
status_bar_control: ^3.2.1
animations: ^2.0.3
provider: ^6.0.3
intl: ^0.17.0
fijkplayer_skin: ^2.2.8
firebase_core: ^1.17.1
firebase_messaging: 11.2.8
intl_utils: ^2.1.0
# Firebase Messaging 11.2.8 seems to be the most stable version.
firebase_messaging: 11.2.8
# Pinning awesome_notifications to this specific version, since stability of newer releases hasn't been confirmed yet.
awesome_notifications: 0.7.0-beta.5
device_info_plus: ^3.2.4
url_launcher: ^6.1.3
Expand All @@ -66,6 +72,13 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^1.0.0

dependency_overrides:
fijkplayer:
git:
# Fixes the bad memory access on iOS, upon application quit from the App Switcher.
url: https://github.com/alexmercerind/fijkplayer.git
ref: master

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

Expand Down

0 comments on commit 1a226ad

Please sign in to comment.