Skip to content

Commit

Permalink
fix: macos build by removing media_kit native event loop
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 1, 2023
1 parent a4edb1d commit 62fc773
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion linux/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
media_kit_native_event_loop
metadata_god
)

Expand Down
8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1078,14 +1078,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.3"
media_kit_native_event_loop:
dependency: "direct main"
description:
name: media_kit_native_event_loop
sha256: ed87140ad4b64156b2b470c8105f48d8cad7923c952ca05d23e02d28978d2cb3
url: "https://pub.dev"
source: hosted
version: "1.0.3"
meta:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ dependencies:
json_annotation: ^4.8.1
logger: ^1.1.0
media_kit: ^0.0.7+1
media_kit_native_event_loop: ^1.0.3
media_kit_libs_android_audio: ^1.0.4
media_kit_libs_ios_audio: ^1.0.4
media_kit_libs_linux: ^1.0.2
Expand Down
1 change: 0 additions & 1 deletion windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
media_kit_native_event_loop
metadata_god
smtc_windows
)
Expand Down

0 comments on commit 62fc773

Please sign in to comment.