File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
ios/Runner.xcodeproj/xcshareddata/xcschemes
macos/Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 48
48
ignoresPersistentStateOnLaunch = " NO"
49
49
debugDocumentVersioning = " YES"
50
50
debugServiceExtension = " internal"
51
+ enableGPUValidationMode = " 1"
51
52
allowLocationSimulation = " YES" >
52
53
<BuildableProductRunnable
53
54
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change 48
48
ignoresPersistentStateOnLaunch = " NO"
49
49
debugDocumentVersioning = " YES"
50
50
debugServiceExtension = " internal"
51
+ enableGPUValidationMode = " 1"
51
52
allowLocationSimulation = " YES" >
52
53
<BuildableProductRunnable
53
54
runnableDebuggingMode = " 0" >
Original file line number Diff line number Diff line change @@ -1368,5 +1368,5 @@ packages:
1368
1368
source: path
1369
1369
version: "0.0.1"
1370
1370
sdks:
1371
- dart: ">=3.7.0-140 .0.dev <4.0.0"
1372
- flutter: ">=3.27.0-1.0.pre.518 "
1371
+ dart: ">=3.7.0-224 .0.dev <4.0.0"
1372
+ flutter: ">=3.27.0-1.0.pre.744 "
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ environment:
14
14
# We use a recent version of Flutter from its main channel, and
15
15
# the corresponding recent version of the Dart SDK.
16
16
# Feel free to update these regularly; see README.md for instructions.
17
- sdk : ' >=3.7.0-140 .0.dev <4.0.0'
18
- flutter : ' >=3.27.0-1.0.pre.518 ' # 01590aa27ac4d3a904d25ae4c6b792f933a3da6f
17
+ sdk : ' >=3.7.0-224 .0.dev <4.0.0'
18
+ flutter : ' >=3.27.0-1.0.pre.744 ' # 1c1f35711be76d1d2a9f5e3a730747591e64e14a
19
19
20
20
# To update dependencies, see instructions in README.md.
21
21
dependencies :
You can’t perform that action at this time.
0 commit comments