Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency flutter to v3.24.4 (main) #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2023

This PR contains the following updates:

Package Update Change
flutter (source) minor 3.16.0 -> 3.24.4

Release Notes

flutter/flutter (flutter)

v3.24.4

Compare Source

v3.24.3

Compare Source

  • dart 3.5.3 changelog
  • flutter/154275 - [Android] Fixes performance issues on Android caused by engine threads not matching the core count.
  • flutter/154276 - [Impeller] Fixes an issue on iOS preventing mesh gradients from rendering correctly.
  • flutter/154349 - [Wasm] Fixes an issue on web causing Platform Views to break when compiled to Wasm.
  • flutter/154564 - [Impeller][iOS] Fixes an issue when using Impeller on iOS when using backdrop filers on older iPads,causing the GPU to hand.
  • flutter/154712 - [iOS] Fixes an issue on iOS causing video playback to flicker.
  • flutter/154892 - [Impeller][iOS] Fixes an issue when using Impeller on iOS causing a memory leak when using Platform Views.
  • flutter/154536 - [Tool] Fixes a CLI crash that occurs when shutting down after running a Flutter app on a browser.
  • flutter/154720 - Fixes an issue with the Drawer widget, causing it to open or close incorrectly.
  • flutter/154944 - [Tool] Fixes a Flutter tool crash that occurs when building Flutter modules for Android when using AGP 8.0+.

v3.24.2

Compare Source

  • Dart 3.5.2 Changelog
  • flutter/153949 - Fixes a crash on Android when deleting EditableText inside CupertinoPageRoute, with a CJK (chinese, japanese, korean) keyboard.
  • flutter/153939 - Fixes an issue on iOS where Flutter TextFields may stop accepting input.
  • flutter/152420 - Fixes scrolling jank on Android and iOS when a SelectionArea/SelectableRegion is used as a child of a Scrollable like ListView or PageView.
  • flutter/154199 - Removes excessive logging when building a freshly created template app for Android.
  • flutter/153967 - Fixes a host build failure on macOS when the native assets experiment is enabled, and there are no native asset frameworks to codesign.
  • flutter/153769 - When running a Flutter app, display a concise error message when connection to the device is lost.
  • flutter/154270 - Prevent preemptive gradle crash for android builds that would fail to build anyway but with a confusing error message.
  • flutter/54735 - Fixes an error on Flutter Web where onTap is called twice on various widgets (GestureDetector, InkWell) when semantics are enabled.

v3.24.1

Compare Source

  • dart/56464 - Fixes resolving include: in analysis_options.yaml file in a nested folder in the workspace.
  • dart/56423 - Fixes source maps generated by dart compile wasm when optimizations are enabled.
  • dart/56374 - Fixes a bug in the dart2wasm compiler in unsound -O3 / -O4 modes where a implicit setter for a field of generic type will store null instead of the field value.
  • dart/56440 - Fixes a bug in the dart2wasm compiler that can trigger in certain situations when using partial instantiations of generic tear-offs (constructors or static methods) in constant expressions.
  • dart/56457 - The algorithm for computing the standard upper bound of two types, also known as UP, is provided the missing implementation for StructuralParameterType objects. In some corner cases the lacking implementation resulted in a crash of the compiler.
  • flutter/152047 - [Web] Fixes an issue in Flutter Web apps where when semantics are enabled, tapping on the label of a checkbox in a mobile browser won't togle the checkbox.
  • flutter/153308 - [Web] Adds source map support in flutter run / flutter build for dart2wasm for debugging in Chrome DevTools.
  • flutter/54446 - [Web] Fixes an issue in Flutter Web apps where the app may crash if CanvasKit is loaded from the network instead of a cache.
  • flutter/152955 - [Impeller] Fixes an issue where when using unbound saveLayers rendering issues would occur.
  • flutter/153037 - [Impeller] Fixes an issue where RTL glyphs would render incorrectly.
  • flutter/153038 - [Impeller] Fixes an issue where padding would be applied incorrectly in Canvas.drawVerticies when using texture coordinates.
  • flutter/153041 - [Impeller] Fixes an rare issue causing applications to crash when using platform views on older iPhones.
  • flutter/153188 - [Impeller] Fixes a rendering issue on iOS devices using Impeller where clips do not appear around entities drawn with certain advanced blend modes.
  • flutter/54513 - [iOS/MacOS] Fixes an issue preventing iOS Apps Store validation from failing for Flutter apps using Xcode versions before Xcode 16.
  • flutter/54518 - Fixes an issue on OpenGL ES devices where a black screen would appear instead of the Flutter app output.
  • flutter/153117 [iOS/MacOS] Fixes an issue where compilation errors are not displayed in the output of flutter run when using Xcode 16.
  • flutter/153321 - [Desktop] Fixes an issue where older Windows devices could not run Flutter apps built using Flutter 3.21 or later.
  • flutter/153294 [Tool] Fixes an issue in the Flutter tool streamlining the crash message that occurs when running flutter run -d chrome and Chrome is closed before Flutter tries to close it.
  • flutter/153579 [Tool] Fixes an issue where users would experience large crash messages when flutter run or flutter debug-adapter are unable to connect to the Flutter web app.

v3.24.0

Compare Source

Initial stable release.

v3.22.3

Compare Source

  • dart/55979 - Fixes an issue where const bool.fromEnvironment('dart.library.ffi') is true and conditional import condition dart.library.ffi is true in dart2wasm.
  • dart/55943 - Fixes an issue where FFI calls with variadic arguments on MacOS Arm64 would mangle the arguments.
  • flutter/149700 - [Impeller] Fixes rendering corruption when running on Intel mac simulators.
  • flutter/149701 - [Impeller] Fixes an issue on iOS that causese paths to render incorrectly.
  • flutter/149702 - [Impeller] Corrects and issue on iOs where coverage computation results in distored pixels in Impeller targets.
  • flutter/149704 - [Impeller] Fixes and issue on iOS where flickering may be occur when translating a blurred rounded rectangle.
  • flutter/149745 - [Impeller] Fixes a segfault on iOS when tessellating empty convex polygons.
  • flutter/149771 - [Impeller] Fixes a rendering error on iOS when advanced blend is double scaled.
  • flutter/53183 - Fixes an issue where Linux apps show visual corruption on some frames
  • flutter/149856 - Clarifies Flutter Fix log on how to update Kotlin Gradle Plugin that was introduced in Flutter 3.19.
  • flutter/150617 - Fixes a bug in flutter test where --flavor wasn't considered when validating cached assets, causing the flavor-conditional asset bundling feature to not work as expected.
  • flutter/150724 - Fixes an issue on Web+Linux that prevents users from inputting data using the numpad.
  • flutter/150787 - Fixes and issue on Windows when running certain commands, such as flutter run or flutter build, users get a lengthy crash message including the full contents of a FileSystemException.

v3.22.2

Compare Source

v3.22.1

Compare Source

v3.22.0

Compare Source

Initial stable release.

v3.19.6

Compare Source

  • dart/55430 - Fixes an issue with JS interop in dart2wasm where JS interop methods that used the enclosing library‘s @​JS annotation were actually using the invocation’s enclosing library's @​JS annotation.
  • flutter/145563 - Fixes severe performance regression on Firefox in v. 3.19.
  • flutter/144439 - Removes the --enable-impeller run flag and FLTEnableImpeller plist key on iOS.

v3.19.5

Compare Source

  • dart/55211 - Fixes an issue where dart vm crashed when running on pre-SSE41 older CPUs on Windows.

v3.19.4

Compare Source

  • flutter/144211 - Reverts a clipping optimization that is broken when multiple clips are applied with a backdrop filter.
  • flutter/144213 - Fix flickering of gaussian blurs in scrolling containers.
  • dart/55158 - Fixes an exception when executing hot reload after making compilation-successful changes.
  • dart/55194 - ​​Fix crashes on web platforms that contains an extension type declaration where the extension type constructor invokes a redirecting factory in its initializer.
  • dart/55184 - Fix issues where it is unable to run commit queue and post-submit testing on beta and stable when Goma is shut down.
  • dart/55240 - ​​Fix DateTime.timeZoneName on Windows.

v3.19.3

Compare Source

  • flutter/144565 - Fixes a tool crash when attempting to render a frame with raster stats on an application with the Impeller backend.
  • dart/55057 - Fixes an issue in dart2js where object literal constructors in interop extension types would fail to compile without an @JS annotation on the library.
  • dart/55095 - ​​Disallows certain types involving extension types from being used as the operand of an await expression, unless the extension type itself implementsFuture.

v3.19.2

Compare Source

  • flutter/143886 - Fixes a parsing issue that caused the Flutter tool to crash in some circumstances.

v3.19.1

Compare Source

  • flutter/143574 - Fixes an issue in Flutter web builds that disallowed the use of--flavor while launching.

v3.19.0

Compare Source

v3.16.9

Compare Source

  • dart/54699 - Fix an issue that causes Flutter apps to freeze when breakpoints are added to multiple isolates at the same time and an issue that causes Flutter apps to crash during hot reload.

v3.16.8

Compare Source

  • dart/54494 - Fix Dart2js stack overflow in value range analysis.

v3.16.7

Compare Source

  • dart/54427 - Upgrades Dart DevTools to version 2.28.5.
  • dart/54428 - Fixes an issue with serving static DevTools assets.

v3.16.6

Compare Source

  • flutter/141017 - Migrates event sent with every command for analytics.
  • flutter/136060 - Fixes Xcode 15 crashes EXC_BAD_ACCESS when using the Networking framework.
  • flutter/140416 - Fixes PathNotFoundException deleting temp dir in IOSCoreDeviceControl._listCoreDevices.
  • dartlang/webdev/2297 - Fixes DWDS error when debugging on web.

v3.16.5

Compare Source

v3.16.4

Compare Source

v3.16.3

Compare Source

v3.16.2

Compare Source

v3.16.1

Compare Source


Configuration

📅 Schedule: Branch creation - "every 1 hour after 00:00 and before 23:59" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency flutter to v3.16.1 (main) Update dependency flutter to v3.16.2 (main) Nov 30, 2023
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch 2 times, most recently from 42cc712 to 8b441bf Compare December 6, 2023 20:08
@renovate renovate bot changed the title Update dependency flutter to v3.16.2 (main) Update dependency flutter to v3.16.3 (main) Dec 6, 2023
@renovate renovate bot changed the title Update dependency flutter to v3.16.3 (main) Update dependency flutter to v3.16.4 (main) Dec 13, 2023
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 8b441bf to 104bb69 Compare December 13, 2023 22:20
@renovate renovate bot changed the title Update dependency flutter to v3.16.4 (main) Update dependency flutter to v3.16.5 (main) Dec 20, 2023
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 104bb69 to 2b6db1f Compare December 20, 2023 21:30
@renovate renovate bot changed the title Update dependency flutter to v3.16.5 (main) Update dependency flutter to v3.16.6 (main) Jan 10, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch 2 times, most recently from f4c0904 to 6bd2a7e Compare January 12, 2024 01:21
@renovate renovate bot changed the title Update dependency flutter to v3.16.6 (main) Update dependency flutter to v3.16.7 (main) Jan 12, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.16.7 (main) Update dependency flutter to v3.16.8 (main) Jan 17, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 6bd2a7e to f7bb9ef Compare January 17, 2024 18:29
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from f7bb9ef to df67c38 Compare January 25, 2024 21:46
@renovate renovate bot changed the title Update dependency flutter to v3.16.8 (main) Update dependency flutter to v3.16.9 (main) Jan 25, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.16.9 (main) Update dependency flutter to v3.19.0 (main) Feb 15, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from df67c38 to 13a6eb9 Compare February 15, 2024 20:03
@renovate renovate bot changed the title Update dependency flutter to v3.19.0 (main) Update dependency flutter to v3.19.1 (main) Feb 21, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 13a6eb9 to 4e75caa Compare February 21, 2024 19:06
@renovate renovate bot changed the title Update dependency flutter to v3.19.1 (main) Update dependency flutter to v3.19.2 (main) Feb 28, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 4e75caa to ab1256f Compare February 28, 2024 19:57
@renovate renovate bot changed the title Update dependency flutter to v3.19.2 (main) Update dependency flutter to v3.19.3 (main) Mar 8, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from ab1256f to 5b2276b Compare March 8, 2024 00:58
@renovate renovate bot changed the title Update dependency flutter to v3.19.3 (main) Update dependency flutter to v3.19.4 (main) Mar 21, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 5b2276b to 441a95e Compare March 21, 2024 18:57
@renovate renovate bot changed the title Update dependency flutter to v3.19.4 (main) Update dependency flutter to v3.19.5 (main) Mar 28, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 441a95e to 79554f7 Compare March 28, 2024 19:45
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 79554f7 to c121085 Compare April 17, 2024 22:36
@renovate renovate bot changed the title Update dependency flutter to v3.19.5 (main) Update dependency flutter to v3.19.6 (main) Apr 17, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from c121085 to 68d0bdb Compare May 13, 2024 23:22
@renovate renovate bot changed the title Update dependency flutter to v3.19.6 (main) Update dependency flutter to v3.22.0 (main) May 13, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 68d0bdb to f787708 Compare May 22, 2024 20:06
@renovate renovate bot changed the title Update dependency flutter to v3.22.0 (main) Update dependency flutter to v3.22.1 (main) May 22, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.22.1 (main) Update dependency flutter to v3.22.2 (main) Jun 6, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from f787708 to 2c46f75 Compare June 6, 2024 18:12
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 2c46f75 to e3c11b6 Compare July 18, 2024 02:16
@renovate renovate bot changed the title Update dependency flutter to v3.22.2 (main) Update dependency flutter to v3.22.3 (main) Jul 18, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from e3c11b6 to bf0666a Compare August 6, 2024 19:51
@renovate renovate bot changed the title Update dependency flutter to v3.22.3 (main) Update dependency flutter to v3.24.0 (main) Aug 6, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from bf0666a to 054e3d7 Compare August 21, 2024 18:20
@renovate renovate bot changed the title Update dependency flutter to v3.24.0 (main) Update dependency flutter to v3.24.1 (main) Aug 21, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from 054e3d7 to 885d915 Compare September 4, 2024 15:48
@renovate renovate bot changed the title Update dependency flutter to v3.24.1 (main) Update dependency flutter to v3.24.2 (main) Sep 4, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.24.2 (main) Update dependency flutter to v3.24.3 (main) Sep 12, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.24.3 (main) Update dependency flutter to v3.24.4 (main) Oct 24, 2024
@renovate renovate bot force-pushed the renovate/main-flutter-3.x branch from b1c814e to 82fd3f0 Compare October 24, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant