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.27.1 #17

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

This PR contains the following updates:

Package Update Change
flutter (source) minor 3.22.0 -> 3.27.1

Release Notes

flutter/flutter (flutter)

v3.27.1

Compare Source

v3.27.0

Compare Source

Initial stable release.

v3.24.5

Compare Source

v3.24.4

Compare Source

  • dart 3.5.4 changelog
  • flutter/154915 - [macOS] Comply with the new Apple privacy manifest policy for the macOS Flutter engine framework and prevent the "Missing privacy manifest" warning when submitting a macOS app to the App Store.
  • flutter/153471 - [Tool] Fixes RPCError crash when setting up log filtering for Android devices.

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 filters on older iPads, causing the GPU to hang.
  • 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

github-actions bot commented Jan 17, 2024

Visit the preview URL for this PR (updated for commit bac6cda):

https://teshi04-a938f--pr17-renovate-flutter-3-x-g68u99hv.web.app

(expires Tue, 24 Dec 2024 01:18:57 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 9613ef7c3d86f95a7878c5ca07a36b91a192b391

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ae5978f to bda907f Compare January 25, 2024 21:39
@renovate renovate bot changed the title Update dependency flutter to v3.16.8 Update dependency flutter to v3.16.9 Jan 25, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.16.9 Update dependency flutter to v3.19.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from bda907f to f5faf67 Compare February 15, 2024 19:47
@renovate renovate bot changed the title Update dependency flutter to v3.19.0 Update dependency flutter to v3.19.1 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from f5faf67 to 0cad8e3 Compare February 21, 2024 19:33
@renovate renovate bot changed the title Update dependency flutter to v3.19.1 Update dependency flutter to v3.19.1 - autoclosed Feb 24, 2024
@renovate renovate bot closed this Feb 24, 2024
@renovate renovate bot deleted the renovate/flutter-3.x branch February 24, 2024 16:15
@renovate renovate bot changed the title Update dependency flutter to v3.19.1 - autoclosed Update dependency flutter to v3.19.1 Feb 25, 2024
@renovate renovate bot reopened this Feb 25, 2024
@renovate renovate bot restored the renovate/flutter-3.x branch February 25, 2024 14:02
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 0cad8e3 to dd48639 Compare February 25, 2024 14:02
@renovate renovate bot changed the title Update dependency flutter to v3.19.1 Update dependency flutter to v3.19.2 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from dd48639 to 3125df7 Compare February 28, 2024 19:09
@renovate renovate bot changed the title Update dependency flutter to v3.19.2 Update dependency flutter to v3.19.3 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 3125df7 to 3996bb0 Compare March 8, 2024 01:45
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 3996bb0 to 8854410 Compare March 21, 2024 19:21
@renovate renovate bot changed the title Update dependency flutter to v3.19.3 Update dependency flutter to v3.19.4 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 8854410 to 74130a0 Compare March 28, 2024 20:33
@renovate renovate bot changed the title Update dependency flutter to v3.19.4 Update dependency flutter to v3.19.5 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 74130a0 to 03cbb22 Compare April 17, 2024 22:12
@renovate renovate bot changed the title Update dependency flutter to v3.19.5 Update dependency flutter to v3.19.6 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 03cbb22 to 8e6b5f6 Compare May 1, 2024 10:14
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 8e6b5f6 to c886e54 Compare May 13, 2024 21:48
@renovate renovate bot changed the title Update dependency flutter to v3.19.6 Update dependency flutter to v3.22.0 May 13, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.22.0 Update dependency flutter to v3.22.0 - autoclosed May 19, 2024
@renovate renovate bot closed this May 19, 2024
@renovate renovate bot deleted the renovate/flutter-3.x branch May 19, 2024 14:01
@renovate renovate bot changed the title Update dependency flutter to v3.22.0 - autoclosed Update dependency flutter to v3.22.0 May 22, 2024
@renovate renovate bot reopened this May 22, 2024
@renovate renovate bot restored the renovate/flutter-3.x branch May 22, 2024 21:10
@renovate renovate bot changed the title Update dependency flutter to v3.22.0 Update dependency flutter to v3.22.1 May 22, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from c886e54 to 9be5a41 Compare May 22, 2024 21:10
@renovate renovate bot changed the title Update dependency flutter to v3.22.1 Update dependency flutter to v3.22.2 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 9be5a41 to b570ffe Compare June 6, 2024 18:35
@renovate renovate bot changed the title Update dependency flutter to v3.22.2 Update dependency flutter to v3.22.3 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from b570ffe to ff82f10 Compare July 18, 2024 01:43
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ff82f10 to a10b791 Compare August 6, 2024 18:51
@renovate renovate bot changed the title Update dependency flutter to v3.22.3 Update dependency flutter to v3.24.0 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from a10b791 to a1bb783 Compare August 21, 2024 17:51
@renovate renovate bot changed the title Update dependency flutter to v3.24.0 Update dependency flutter to v3.24.1 Aug 21, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.24.1 Update dependency flutter to v3.24.2 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from a1bb783 to 10c2461 Compare September 4, 2024 15:56
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 10c2461 to cccc006 Compare September 12, 2024 19:07
@renovate renovate bot changed the title Update dependency flutter to v3.24.2 Update dependency flutter to v3.24.3 Sep 12, 2024
@renovate renovate bot changed the title Update dependency flutter to v3.24.3 Update dependency flutter to v3.24.4 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from cccc006 to 780d4d2 Compare October 24, 2024 18:36
@renovate renovate bot changed the title Update dependency flutter to v3.24.4 Update dependency flutter to v3.24.5 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 780d4d2 to 6d81c4c Compare November 14, 2024 04:44
@renovate renovate bot changed the title Update dependency flutter to v3.24.5 Update dependency flutter to v3.27.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 6d81c4c to e7d498e Compare December 11, 2024 21:07
@renovate renovate bot changed the title Update dependency flutter to v3.27.0 Update dependency flutter to v3.27.1 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from e7d498e to bac6cda Compare December 17, 2024 01:17
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.

0 participants