Skip to content

Commit 3e54e1d

Browse files
committed
Run pub get
1 parent 82250e1 commit 3e54e1d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

example/macos/Podfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
PODS:
2+
- file_picker (0.0.1):
3+
- FlutterMacOS
24
- flutter_soloud (0.0.1):
35
- FlutterMacOS
46
- FlutterMacOS (1.0.0)
@@ -7,11 +9,14 @@ PODS:
79
- FlutterMacOS
810

911
DEPENDENCIES:
12+
- file_picker (from `Flutter/ephemeral/.symlinks/plugins/file_picker/macos`)
1013
- flutter_soloud (from `Flutter/ephemeral/.symlinks/plugins/flutter_soloud/macos`)
1114
- FlutterMacOS (from `Flutter/ephemeral`)
1215
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
1316

1417
EXTERNAL SOURCES:
18+
file_picker:
19+
:path: Flutter/ephemeral/.symlinks/plugins/file_picker/macos
1520
flutter_soloud:
1621
:path: Flutter/ephemeral/.symlinks/plugins/flutter_soloud/macos
1722
FlutterMacOS:
@@ -20,7 +25,8 @@ EXTERNAL SOURCES:
2025
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
2126

2227
SPEC CHECKSUMS:
23-
flutter_soloud: 5fd8e08d9e9258da2993ef11bb0996cfe187da02
28+
file_picker: 7584aae6fa07a041af2b36a2655122d42f578c1a
29+
flutter_soloud: a1bab7031872bce1214123d050ad0b18f45366ca
2430
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
2531
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
2632

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
ignoresPersistentStateOnLaunch = "NO"
6060
debugDocumentVersioning = "YES"
6161
debugServiceExtension = "internal"
62+
enableGPUValidationMode = "1"
6263
allowLocationSimulation = "YES">
6364
<BuildableProductRunnable
6465
runnableDebuggingMode = "0">

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ packages:
108108
path: ".."
109109
relative: true
110110
source: path
111-
version: "3.0.0"
111+
version: "3.0.2"
112112
flutter_test:
113113
dependency: "direct dev"
114114
description: flutter

0 commit comments

Comments
 (0)