Skip to content

Commit

Permalink
[plugin] Switch to local dart_vlc_ffi for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 12, 2021
1 parent 5594f5d commit 8cf70d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ packages:
dart_vlc_ffi:
dependency: "direct main"
description:
name: dart_vlc_ffi
url: "https://pub.dartlang.org"
source: hosted
path: ffi
relative: true
source: path
version: "0.1.1"
ffi:
dependency: transitive
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
dart_vlc_ffi: ^0.1.1
dart_vlc_ffi:
path: ./ffi
path: ^1.8.0
path_provider: ^2.0.1
audio_video_progress_bar: ^0.4.0
Expand Down

0 comments on commit 8cf70d9

Please sign in to comment.