Skip to content

Commit 47ba54e

Browse files
committed
deps: Upgrade Flutter to 3.27.0-1.0.pre.744
And apply auto-upgrades that appear after `flutter run` for iOS and macOS respectively.
1 parent ac529bc commit 47ba54e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
ignoresPersistentStateOnLaunch = "NO"
4949
debugDocumentVersioning = "YES"
5050
debugServiceExtension = "internal"
51+
enableGPUValidationMode = "1"
5152
allowLocationSimulation = "YES">
5253
<BuildableProductRunnable
5354
runnableDebuggingMode = "0">

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
ignoresPersistentStateOnLaunch = "NO"
4949
debugDocumentVersioning = "YES"
5050
debugServiceExtension = "internal"
51+
enableGPUValidationMode = "1"
5152
allowLocationSimulation = "YES">
5253
<BuildableProductRunnable
5354
runnableDebuggingMode = "0">

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,5 +1368,5 @@ packages:
13681368
source: path
13691369
version: "0.0.1"
13701370
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"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ environment:
1414
# We use a recent version of Flutter from its main channel, and
1515
# the corresponding recent version of the Dart SDK.
1616
# 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
1919

2020
# To update dependencies, see instructions in README.md.
2121
dependencies:

0 commit comments

Comments
 (0)