FlutterGen / flutter_gen

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
https://pub.dev/packages/flutter_gen
MIT License
1.48k stars 150 forks source link

upgrade: update dependency flutter to v3.24.2 #571

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
flutter (source) patch 3.24.1 -> 3.24.2

Release Notes

flutter/flutter (flutter) ### [`v3.24.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3242) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.1...3.24.2) - [Dart 3.5.2](https://redirect.github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#352---2024-08-28) - [flutter/153949](https://redirect.github.com/flutter/flutter/issues/153949): Fixes a crash on Android when deleting `EditableText` inside `CupertinoPageRoute`, with a CJK (chinese, japanese, korean) keyboard. - [flutter/153939](https://redirect.github.com/flutter/flutter/issues/153939): Fixes an issue on iOS where Flutter `TextField`s may stop accepting input. - [flutter/152420](https://redirect.github.com/flutter/flutter/issues/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](https://redirect.github.com/flutter/flutter/pull/154199): Removes excessive logging when building a freshly created template app for Android. - [flutter/153967](https://redirect.github.com/flutter/flutter/pull/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](https://redirect.github.com/flutter/flutter/pull/153769): When running a Flutter app, display a concise error message when connection to the device is lost. - [flutter/154270](https://redirect.github.com/flutter/flutter/pull/154270): Prevent preemptive gradle crash for android builds that would fail to build anyway but with a confusing error message. - [flutter/54735](https://redirect.github.com/flutter/engine/pull/54735): Fixes an error on Flutter Web where `onTap` is called twice on various widgets (`GestureDetector`, `InkWell`) when semantics are enabled.

Configuration

📅 Schedule: Branch creation - "every weekend" 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 is behind base branch, or you tick the rebase/retry checkbox.

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



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

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.62%. Comparing base (caa3746) to head (ee816dc). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #571 +/- ## ======================================= Coverage 97.62% 97.62% ======================================= Files 24 24 Lines 886 886 ======================================= Hits 865 865 Misses 21 21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.