Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Jan 10, 2024
1 parent 3673689 commit 872bdf7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
PODS:
- cupertino_http (0.0.1):
- FlutterMacOS
- device_info_plus (0.0.1):
- FlutterMacOS
- FlutterMacOS (1.0.0)
Expand Down Expand Up @@ -48,6 +50,7 @@ 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 @@ -70,6 +73,8 @@ 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 @@ -100,6 +105,7 @@ 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
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,10 +841,10 @@ packages:
dependency: "direct main"
description:
name: mobile_scanner
sha256: "190506c3b0cf8a5a3c11e83de8c4f5ef4b6025a06c67d425a03f08129abf20d0"
sha256: c3e5bba1cb626b6ab4fc46610f72a136803f6854267967e19f4a4a6a31ff9b74
url: "https://pub.dev"
source: hosted
version: "3.5.6"
version: "3.5.5"
neat_periodic_task:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
dio: ^5.4.0
ffi: ^2.1.0
path_provider: ^2.1.1
mobile_scanner: ^3.5.5
mobile_scanner: 3.5.5
protocol_handler: ^0.1.6
flutter_native_splash: ^2.3.9
share_plus: ^7.2.1
Expand Down

0 comments on commit 872bdf7

Please sign in to comment.