Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xConsumer committed Jan 7, 2024
1 parent 5a677d3 commit ef22926
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion linux/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
jni
)

set(PLUGIN_BUNDLED_LIBRARIES)
Expand Down
6 changes: 0 additions & 6 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
PODS:
- cupertino_http (0.0.1):
- FlutterMacOS
- device_info_plus (0.0.1):
- FlutterMacOS
- FlutterMacOS (1.0.0)
Expand Down Expand Up @@ -50,7 +48,6 @@ PODS:
- FlutterMacOS

DEPENDENCIES:
- cupertino_http (from `Flutter/ephemeral/.symlinks/plugins/cupertino_http/macos`)
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
- mobile_scanner (from `Flutter/ephemeral/.symlinks/plugins/mobile_scanner/macos`)
Expand All @@ -73,8 +70,6 @@ SPEC REPOS:
- sqlite3

EXTERNAL SOURCES:
cupertino_http:
:path: Flutter/ephemeral/.symlinks/plugins/cupertino_http/macos
device_info_plus:
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
FlutterMacOS:
Expand Down Expand Up @@ -105,7 +100,6 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos

SPEC CHECKSUMS:
cupertino_http: afa11b9e2786b62da2671e4ddd32caf792503748
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
mobile_scanner: d12930b68bf502497f78b8b5182aeccfaa1e04f6
Expand Down
32 changes: 0 additions & 32 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.1"
cronet_http:
dependency: transitive
description:
name: cronet_http
sha256: "089f34e52b360fe14927a157a60d29f0cefe6f967dafaead6dc61bb2810ba49a"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
cross_file:
dependency: transitive
description:
Expand Down Expand Up @@ -265,14 +257,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.1.1"
cupertino_http:
dependency: transitive
description:
name: cupertino_http
sha256: b4c900b2bc458965093b60dc9841d3ab43f42e974ce779ef96d8bea56dbd34e0
url: "https://pub.dev"
source: hosted
version: "1.2.0"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -741,14 +725,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.4"
jni:
dependency: transitive
description:
name: jni
sha256: "0d88790bdf7e298aa65a9094c62b58ea231169a2deb84f23defc7d7955885b43"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -861,14 +837,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.5.5"
native_dio_adapter:
dependency: "direct main"
description:
name: native_dio_adapter
sha256: "4c925ba15a44478be0eb6e97b62a1c1d07e56b28e566283dbcb15e58418bdaae"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
neat_periodic_task:
dependency: "direct main"
description:
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ dependencies:
posix: ^6.0.1
win32: ^5.2.0
qr_flutter: ^4.1.0
native_dio_adapter: ^1.3.0
flutter_displaymode: ^0.6.0
windows_single_instance: ^1.0.1
flutter_loggy_dio: ^3.0.1
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 @@ -16,7 +16,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
jni
)

set(PLUGIN_BUNDLED_LIBRARIES)
Expand Down

0 comments on commit ef22926

Please sign in to comment.