Skip to content

Commit

Permalink
app: Bump Flutter version to 3.13.9 / Dart 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patniemeyer committed Oct 26, 2023
1 parent d0b5165 commit 465b704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-shared/engine
Submodule engine updated 36 files
+4 −4 DEPS
+8 −3 ci/licenses_golden/excluded_files
+6 −0 ci/licenses_golden/licenses_flutter
+1 −1 ci/licenses_golden/licenses_skia
+103 −2 ci/licenses_golden/licenses_third_party
+64 −0 display_list/display_list_unittests.cc
+17 −4 display_list/dl_builder.cc
+50 −4 display_list/testing/dl_rendering_unittests.cc
+16 −2 display_list/utils/dl_matrix_clip_tracker.cc
+16 −0 display_list/utils/dl_matrix_clip_tracker.h
+14 −25 impeller/renderer/backend/metal/command_buffer_mtl.mm
+3 −0 lib/ui/BUILD.gn
+ lib/ui/fixtures/WideGamutIndexed.png
+220 −0 lib/ui/painting/image_decoder_no_gl_unittests.cc
+102 −0 lib/ui/painting/image_decoder_no_gl_unittests.h
+1 −184 lib/ui/painting/image_decoder_unittests.cc
+38 −47 lib/ui/painting/image_encoding.cc
+13 −0 lib/ui/painting/image_encoding.h
+23 −0 lib/ui/painting/image_encoding_unittests.cc
+3 −0 shell/platform/darwin/ios/BUILD.gn
+18 −1 shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm
+9 −0 shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm
+12 −1 shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h
+64 −9 shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm
+281 −6 shell/platform/darwin/ios/framework/Source/FlutterTextInputPluginTest.mm
+14 −0 shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h
+3 −1 shell/platform/darwin/ios/framework/Source/SemanticsObject.h
+3 −10 shell/platform/darwin/ios/framework/Source/SemanticsObject.mm
+1 −154 shell/platform/darwin/ios/framework/Source/SemanticsObjectTest.mm
+95 −0 shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h
+89 −0 shell/platform/darwin/ios/framework/Source/SemanticsObjectTest_mrc.mm
+1 −1 shell/platform/darwin/ios/framework/Source/accessibility_bridge.mm
+1 −1 shell/platform/darwin/ios/ios_surface_metal_impeller.mm
+16 −0 sky/tools/create_macos_framework.py
+24 −5 tools/font-subset/main.cc
+7 −0 tools/font-subset/test.py
2 changes: 1 addition & 1 deletion app-shared/flutter
Submodule flutter updated 41 files
+11 −0 .ci.yaml
+0 −158 .cirrus.yml
+1 −0 TESTOWNERS
+1 −1 bin/internal/engine.version
+21 −0 dev/devicelab/bin/tasks/microbenchmarks_ios_xcode_debug.dart
+6 −0 dev/devicelab/lib/microbenchmarks.dart
+5 −2 dev/devicelab/lib/tasks/microbenchmarks.dart
+2 −2 dev/forbidden_from_release_tests/pubspec.yaml
+2 −4 packages/flutter/lib/src/foundation/_platform_web.dart
+1 −0 packages/flutter/lib/src/rendering/sliver_group.dart
+7 −5 packages/flutter/lib/src/widgets/scroll_delegate.dart
+4 −0 packages/flutter/test/widgets/sliver_main_axis_group_test.dart
+10 −8 packages/flutter/test/widgets/two_dimensional_viewport_test.dart
+152 −19 packages/flutter_tools/bin/xcode_debug.js
+42 −21 packages/flutter_tools/lib/src/android/android_studio.dart
+18 −8 packages/flutter_tools/lib/src/build_system/targets/icon_tree_shaker.dart
+5 −1 packages/flutter_tools/lib/src/commands/upgrade.dart
+31 −1 packages/flutter_tools/lib/src/ios/devices.dart
+0 −2 packages/flutter_tools/lib/src/ios/mac.dart
+7 −6 packages/flutter_tools/lib/src/ios/xcode_build_settings.dart
+13 −0 packages/flutter_tools/lib/src/ios/xcode_debug.dart
+6 −0 packages/flutter_tools/lib/src/macos/cocoapods.dart
+62 −0 packages/flutter_tools/lib/src/migrations/cocoapods_toolchain_directory_migration.dart
+2 −1 packages/flutter_tools/lib/src/web/bootstrap.dart
+2 −2 packages/flutter_tools/lib/src/web/file_generators/main_dart.dart
+6 −3 packages/flutter_tools/lib/src/xcode_project.dart
+2 −2 packages/flutter_tools/pubspec.yaml
+12 −0 packages/flutter_tools/test/commands.shard/hermetic/upgrade_test.dart
+45 −0 packages/flutter_tools/test/general.shard/android/android_studio_test.dart
+2 −2 packages/flutter_tools/test/general.shard/build_system/targets/icon_tree_shaker_test.dart
+4 −4 packages/flutter_tools/test/general.shard/build_system/targets/web_test.dart
+85 −0 packages/flutter_tools/test/general.shard/ios/ios_device_start_nonprebuilt_test.dart
+4 −0 packages/flutter_tools/test/general.shard/ios/ios_device_start_prebuilt_test.dart
+148 −0 packages/flutter_tools/test/general.shard/ios/ios_project_migration_test.dart
+29 −2 packages/flutter_tools/test/general.shard/ios/xcode_debug_test.dart
+8 −33 packages/flutter_tools/test/general.shard/ios/xcodeproj_test.dart
+2 −2 packages/flutter_tools/test/general.shard/resident_web_runner_test.dart
+28 −10 packages/flutter_tools/test/integration.shard/downgrade_upgrade_integration_test.dart
+5 −6 packages/flutter_web_plugins/lib/src/plugin_registry.dart
+2 −2 packages/flutter_web_plugins/test/plugin_event_channel_test.dart
+2 −2 packages/flutter_web_plugins/test/plugin_registry_test.dart
2 changes: 1 addition & 1 deletion modules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tag p2p/sqlite 'version-[0-9.]*'
head[env/libcxx]=origin/release_90
head[env/libcxxabi]=origin/release_90

head[app-shared/flutter]=3.13.0
head[app-shared/flutter]=3.13.9
head[app-shared/engine]=$(cat app-shared/flutter/bin/internal/engine.version)

# pcre2 is stuck due to https://github.com/PCRE2Project/pcre2/issues/205
Expand Down

0 comments on commit 465b704

Please sign in to comment.