Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2024

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Update Change
flutter (source) minor 3.19.4 -> 3.35.5

Release Notes

flutter/flutter (flutter)

v3.35.5

Compare Source

  • flutter/172105 Flutter view no longer hangs after multiple transitions on iOS add-to-app.
  • flutter/173106 Multiple cursors display correctly.

v3.35.4

Compare Source

  • flutter/173474 - On all platforms PlatformDispatchers.instance.engineId no longer returns null after hot restart.
  • flutter/174513 - On iOS 26, fix a bug where platform view's gesture blocking fails and lets touches on Flutter views fall through to underlying platform views.

v3.35.3

Compare Source

  • flutter/172627 - Unnecessary output is printed in non-verbose mode.
  • flutter/173917 - On Android, flutter build apk may fail to calculate the version code when using --build-number.
  • flutter/174437 - When running a Flutter web application in debug mode, the console is spammed with non-fatal error messages.
  • flutter/174267 - Golden test failures can cause the test harness to stall.
  • flutter/171691 - A race condition can cause crashes in the Impeller Vulkan back end.
  • flutter/174100 - Superellipses may not render correctly when using Impeller.
  • flutter/174015 - Obsolete warning and error messages are shown when switching between build modes in Xcode.

v3.35.2

Compare Source

  • flutter/173823 - On Android builds that do not use flutter.minSdkVersion and do use a value lower than 24 in a kotlin build file, correct flutters auto migration to update value with kotlin syntax.
  • flutter/173741 - Fixes an issue that prevents (web) screen readers from pressing buttons through keyboard shortcuts.
  • flutter/173960 - Fixes an issue where starting a widget preview fails if Chrome or Edge is not installed.
  • flutter/174017 - Fixes an issue when running a 32-bit process on a 64-bit Windows system.
  • flutter/173895 - Don't crash widget preview when a directory watcher restarts on Windows.
  • flutter/171992 - Blocks exynos9820 chip from using the Impeller Vulkan backend.
  • flutter/173959 - Fixes a null assertion when trying to add @Preview() to invalid nodes.
  • flutter/174184 - Fixes an issue where WASM builds were incorrectly triggered when dry run is disabled and --wasm is not specified.
  • flutter/171758 - Fixes an ExistingDartDevelopmentServiceException that could be thrown when running flutter run on a device with an existing Dart development service.

v3.35.1

Compare Source

  • flutter/173785 - Fixes an issue that prevented downloading the Flutter SDK for Windows from flutter.dev.

v3.35.0

Compare Source

Initial stable release.

v3.32.8

Compare Source

  • flutter/150131 iOS users on macOS 15 may see a tool crash if permissions are missing. Can work around by enabling mDNS permissions.
  • flutter/155294 flutter/169506 On android Add a new api for requesting a new surface from the embedder that is different from any previously returned.
  • flutter/172602 Do not call hasUnifiedMemory that was introduced in macOS 10.15 on versions before 10.15.
  • flutter/172250 TextInput.hide call incorrectly clears the text in the active text field on iOS.

v3.32.7

Compare Source

  • flutter/172121 - Fix iOS images replaced with pink fill when coming out of background.

v3.32.6

Compare Source

  • flutter/171106 - When a scroll view contains a LayoutBuilder on any platform, prevent null check crash.
  • flutter/171239 - When using Impeller + Vulkan and transitioning between activities that use Flutter on Android, prevent a crash.
  • flutter/171737 - When using platform views on Android SDK 10-13 (API 29-33) prevent app crash when backgrounding and then foregrounding app.

v3.32.5

Compare Source

  • flutter/170924 - Fix Flutter Windows on devices that only support OpenGL ES 2, like computers with Intel graphics cards.
  • flutter/170880 - Fixes unhandled exception on application shutdown in the debug adapter used by IDEs.
  • flutter/170846 - Fix image decode errors on iOS that could occur if a push notification triggered image decoding while the app is backgrounded.
  • flutter/171034 - Fixed an issue where iOS/macOS workflows may not behave as expected due to missing dev dependencies.

v3.32.4

Compare Source

  • flutter/170536 - Fixes a code-signing issue on Mac hosts when running dart tooling.

v3.32.3

Compare Source

  • flutter/170052 - Fixes "active" indicator for NavigationBar and NavigationDrawer
  • flutter/170013 - Fixes a memory leak in the Impeller Vulkan back end.
  • flutter/169912 - Fixes failures to build an Android AAB in release mode.

v3.32.2

Compare Source

  • flutter/169772 - Configuration changes for Flutter's CI to run tests on Linux instead of Windows when not otherwise required.
  • flutter/169630 - Fixes issue where flavored Android packages may not successfully build on Windows repeatedly until the next clean.
  • flutter/169912 - Splits Flutter CI task for publishing API docs into one build step and one deploy step.

v3.32.1

Compare Source

  • flutter/156793 - Fixes flaky crash when targeting web applications via IDEs using the DAP.
  • flutter/168849 - Fixes an issue rendering wide gamut images.
  • flutter/168846 - Fixes an issue displaying the wrong icons in the widget inspector for some apps.
  • flutter/167011 - Fixes Flutter Android builds for apps which use plugins with old Android Gradle Plugin versions.
  • flutter/169101 - Reduces the cost of running the (sometimes flaky) Linux fuchsia_test on release branches.
  • flutter/169318 - Fixed a bug where the flutter tool crash reporting did not include what plugins were being used by the current project.
  • flutter/169160 Fixed a bug where appFlavor is null after hot restarts or during flutter test.
  • flutter/167011 [Android] Fix regression in NDK version checking for projects with old AGP versions.
  • flutter/168847 [Widget Inspector] Fix missing cupertino icon in on-device inspector.

v3.32.0

Compare Source

Initial stable release.

v3.29.3

Compare Source

  • flutter/165818 - Unset GIT_DIR to enable flutter tool calls in githooks.
  • flutter/163421 - Impeller,
    Android, Fixes Android Emulator crash when navigating to routes with backdrop
    blurs.
  • flutter/165166 - Impeller, All platforms, Text that is scaled over 48x renders incorrectly.
  • flutter/163627 - Fix issue where placeholder types in ARB localizations weren't used for type inference, causing a possible type mismatch with the placeholder field defined in the template.
  • flutter/165166 - Update CI configurations and tests to use Xcode 16 and iOS 18 simulator.
  • flutter/161466 - Hot restart can hang on all platforms if "Pause on Unhandled Exceptions" is enabled by the debugger and a call to compute or Isolate.run has not completed.

v3.29.2

Compare Source

  • dart 3.7.2 changelog
  • flutter/164958 - Impeller, All platforms, Text that is rotated 180 degrees exactly will render as if it is scaled by {-1, 1} instead of {-1, -1}.
  • flutter/165075 - Fixes crashes on Android devices older than API 29 when using Impeller OpenGLES.
  • flutter/164606 Fixes missing glyph error on Android and iOS devices using Impeller.
  • flutter/164036 - On iOS devices Increase number of concurrent background image decode tasks to partially mitigate "Image upload failed due to loss of GPU access" errors.
  • flutter/163175 - Improve performance of CanvasKit rendering for web.
  • flutter/164628 - iOS Fixes crash when allocation of surface for toImage/toImageSync fails.
  • flutter/164201 - Always use Android hardware buffers for platform views when supported.
  • flutter/164024: - Add back an empty io.flutter.app.FlutterApplication for Android apps post v2 embedder migration.
  • flutter/162198 - Fixes double-download of canvaskit.wasm
  • flutter/164392 - All platforms, Fixes a crash that can occur when animating and interacting with a scrollable simultaneously.

v3.29.1

Compare Source

  • flutter/163830 - Fix Tab linear and elastic animation blink.
  • flutter/164119 - Configuration changes to run test on macOS 14 for Flutter's CI.
  • flutter/164155 - Roll .ci.yaml changes into the LUCI configuration only when the master branch is updated.
  • flutter/164191 - Improve safaridriver launch process in Flutter's CI testing for web.
  • flutter/164193 - Provide guided error message when app crashes due to JIT restriction on iPhones.
  • flutter/164050 - Fixes test reorderable_list_test.dart failing for certain ordering seeds, such as 2025022.
  • flutter/163316 - Configuration changes to run test on macOS 14 for Flutter's CI.
  • flutter/163581 - Fix crash when using BackdropFilters in certain GLES drivers.
  • flutter/163616 - Disable Vulkan on known bad Xclipse GPU drivers for Android.
  • flutter/163666 - Always post new task during gesture dispatch to fix jittery scrolling on iOS devices.
  • flutter/163667 - Ensure that OpenGL "flipped" textures do not leak via texture readback.
  • flutter/163741 - Flutter tool respects tracked engine.version.
  • flutter/163754 - Fix text glitch when returning to foreground for Android.
  • flutter/163058 - Fixes jittery glyphs.
  • flutter/163201 - Fixes buttons with icons that ignore foregroundColor.
  • flutter/163265 - Disable Vulkan on known bad exynos SoCs for Android.
  • flutter/163261 - Fixes for Impeller DrawVertices issues involving snapshots with empty sizes.
  • flutter/163672 - Check for tracked engine.version before overriding.

v3.29.0

Compare Source

Initial stable release.

v3.27.4

Compare Source

  • flutter/162132 On all platforms DropdownMenu's menuChildren might be placed somewhere far from menuAnchor.

v3.27.3

Compare Source

  • flutter/159212 Track (via Google Analytics) if the Dart AOT Android "Deferred Components" feature is being meaningfully used.
  • flutter/160631 Fixes an issue with Material 3 Tab Bar animations.
  • flutter/159289 Fixes an issue with fullscreen route transitions.
  • flutter/162132 Fixes an issue that incorrectly positions MenuAnchors in nested overlays.

v3.27.2

Compare Source

  • flutter/159729 Flutter module template triggers a warning when built for Android.
  • flutter/161176 Dropdown Menu can create an infinite loop.
  • flutter/161330 Using ScrollViewKeyboardDismissBehavior.onDrag in a SingleChildScrollView causes text fields to immediately unfocus if the keyboard opening scrolls the text field to keep it visible.
  • flutter/160127 Some Flutter web plugins do not add the crossOrigin property to tags.
  • flutter/160155 Failed assertion in web engine: "The targeted input element must be the active input element".
  • flutter/160199 Some images on the web render blank.
  • flutter/160459 Incorrect Z order rendering in drawPoints may cause lines to overlap when one should be drawn in front of the other.
  • flutter/160409 App may crashes because of obsolete engine assertion.
  • flutter/158192 Positions of display cutouts on Android may not update - as returned by MediaQuery and used by SafeArea - upon screen orientation change.

v3.27.1

Compare Source

  • flutter/160041 - [Impeller][Android] Disables Impeller on older Android devices.
  • flutter/160206 - [Impeller][Android] Disables Android HardwareBuffer based swapchains on all devices.
  • flutter/160208 - [iOS] Fixes an issue on iOS preventing the ability to tap web view links in some plugins.

v3.27.0

Compare Source

Initial stable release.

v3.24.5

Compare Source

  • flutter/158125 - [iOS] Fixed a tool issue causing failures when flutter build ios-framework --xcframework copies Flutter debug symbols.
  • flutter/56301 - [Android] Fixes a crash on Android devices when the surface is released unexpectedly when using PlatformView's.

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

  • dart/55818 - Fixes an issue where DART_VM_OPTIONS were not correctly parsed for standalone Dart executables created with dart compile exe.
  • dart/55873 - Fixes a bug in dart2wasm that can result in a runtime error that says array.new_fixed() has a constant larger than 10000.
  • dart/55894 - Adds support for --enable-experiment flag to dart compile wasm.
  • dart/55895 - Fixes an issue in dart2wasm compiler that can result in incorrect nullability of type parameter.
  • dart/55890 - Disallows dart:ffi imports in user code in dart2wasm as dart2wasm's currently only supports a small subset of dart:ffi.
  • flutter/148885 - Fixes a platform view issue on android 14 when multiple activities are used and onMemoryTrim is called.
  • flutter/149178 - Fixes an issue on iOS where users are unable to focus on a TextField or open the keyboard again after side pop from another screen.
  • flutter/149210 - Fixes an EditableText crash that occurs when a custom TextEditingController only implements the TextEditingController interface.
  • flutter/149588 - Fixes a crash that occurs when rendering children in TwoDimentionalViewport using keep alive widgets (e.g InkWell).
  • flutter/148916 - Fixes an issue in the ColorScheme.fromSeed method to respect the seed color even if the seed color is very bright.
  • flutter/149345 - Adds a service extension that DevTools uses to support a "Track widget build counts" feature in DevTools 2.36.0.
  • flutter/149378 - Fixes a focus issue on iOS and MacOS that causes TextFields to not function after cupertino back swipes.
  • flutter/52987 - Fixes an issue on Android where platform view inputs are mapped to the wrong location.

v3.22.1

Compare Source

  • dart/55714 - Fixes a bug in the CFE which could manifest as compilation errors of Flutter
    web apps when compiled with dart2wasm.
  • dart/55758 - Fixes a bug in the pub client, such that dart run will not interfere with
    Flutter l10n (at least for most cases).
  • flutter/147142 - Fixes a read/write permission issue when building Flutter apps for MacOS.

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.

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

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.02%. Comparing base (8e8fdad) to head (3040c47).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   35.02%   35.02%           
=======================================
  Files          97       97           
  Lines        4994     4994           
=======================================
  Hits         1749     1749           
  Misses       3245     3245           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Mar 28, 2024

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.19.5-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=7411

macOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.19.5-x64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=7411
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

@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 adbbdc7 to ac68cca Compare April 17, 2024 22:12
Copy link

github-actions bot commented Apr 17, 2024

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.19.6-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=7451

macOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.19.6-x64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=7451
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ac68cca to 13fa89e Compare May 13, 2024 22:00
@renovate renovate bot changed the title Update dependency flutter to v3.19.6 Update dependency flutter to v3.22.0 May 13, 2024
Copy link

github-actions bot commented May 13, 2024

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.22.0-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=7521

macOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.22.0-arm64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=7521
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

@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 13fa89e to 93e14b0 Compare May 22, 2024 21:17
Copy link

github-actions bot commented May 22, 2024

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.22.1-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=7581

macOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.22.1-arm64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=7581
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

@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 93e14b0 to d93fbed Compare June 6, 2024 19:34
Copy link

github-actions bot commented Jun 6, 2024

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.22.2-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=7611

macOS build

// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/runner/hostedtoolcache/flutter/stable-3.22.2-arm64
FLUTTER_APPLICATION_PATH=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=2.1.0
FLUTTER_BUILD_NUMBER=7611
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/runner/work/flutter-tinhte_demo/flutter-tinhte_demo/.dart_tool/package_config.json

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from d93fbed to 3040c47 Compare July 18, 2024 02:19
@renovate renovate bot changed the title Update dependency flutter to v3.22.2 Update dependency flutter to v3.22.3 Jul 18, 2024
Copy link

Android builds

sdk.dir=/usr/local/lib/android/sdk
flutter.sdk=/opt/hostedtoolcache/flutter/stable-3.22.3-x64
flutter.buildMode=release
flutter.versionName=2.1.0
flutter.versionCode=7641

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 3040c47 to 98ac510 Compare August 6, 2024 18:06
@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 98ac510 to 6677bbb Compare August 21, 2024 18:39
@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 6677bbb to 7a8ec44 Compare September 4, 2024 15:06
@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 force-pushed the renovate/flutter-3.x branch from 7a8ec44 to 61ec665 Compare September 12, 2024 18:36
@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 61ec665 to 63f71a7 Compare October 24, 2024 18:16
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 63f71a7 to ddf09db Compare November 15, 2024 05:30
@renovate renovate bot changed the title Update dependency flutter to v3.24.4 Update dependency flutter to v3.24.5 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ddf09db to e8d842a Compare December 11, 2024 21:31
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from d1ef2f7 to 3171698 Compare May 30, 2025 00:31
@renovate renovate bot changed the title Update dependency flutter to v3.32.0 Update dependency flutter to v3.32.1 May 30, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 3171698 to 13bf153 Compare June 5, 2025 01:28
@renovate renovate bot changed the title Update dependency flutter to v3.32.1 Update dependency flutter to v3.32.2 Jun 5, 2025
Copy link

jazzberry-ai bot commented Jun 5, 2025

Bug Report

Name Severity Example test case Description
Potential caching issue with CachedNetworkImage Medium Create a mock CachedNetworkImage and BaseCacheManager, then instantiate ImageWidget. Verify that the cacheManager parameter passed to CachedNetworkImage is the same instance as the mock BaseCacheManager. The flutter upgrade might introduce incompatibility issues between cached_network_image and flutter_cache_manager. This could lead to unexpected caching behavior, image loading errors, or performance problems. Need to verify that the cacheManager is correctly passed and used.

Comments? Email us. Your free trial ends in 2 days.

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 13bf153 to b2a17b1 Compare June 12, 2025 01:36
@renovate renovate bot changed the title Update dependency flutter to v3.32.2 Update dependency flutter to v3.32.3 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from b2a17b1 to e74b7e8 Compare June 13, 2025 06:54
@renovate renovate bot changed the title Update dependency flutter to v3.32.3 Update dependency flutter to v3.32.4 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from e74b7e8 to 956d9a7 Compare June 25, 2025 20:34
@renovate renovate bot changed the title Update dependency flutter to v3.32.4 Update dependency flutter to v3.32.5 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 956d9a7 to 5197f6a Compare July 9, 2025 17:31
@renovate renovate bot changed the title Update dependency flutter to v3.32.5 Update dependency flutter to v3.32.6 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 5197f6a to 55f88c2 Compare July 16, 2025 20:49
@renovate renovate bot changed the title Update dependency flutter to v3.32.6 Update dependency flutter to v3.32.7 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 55f88c2 to 36fbdef Compare July 25, 2025 18:54
@renovate renovate bot changed the title Update dependency flutter to v3.32.7 Update dependency flutter to v3.32.8 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 36fbdef to 9af3115 Compare August 14, 2025 18:06
@renovate renovate bot changed the title Update dependency flutter to v3.32.8 Update dependency flutter to v3.35.0 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 9af3115 to 4b15ede Compare August 15, 2025 00:42
@renovate renovate bot changed the title Update dependency flutter to v3.35.0 Update dependency flutter to v3.35.1 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 4b15ede to f86f353 Compare August 25, 2025 21:42
@renovate renovate bot changed the title Update dependency flutter to v3.35.1 Update dependency flutter to v3.35.2 Aug 25, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from f86f353 to e467bbe Compare September 4, 2025 20:59
@renovate renovate bot changed the title Update dependency flutter to v3.35.2 Update dependency flutter to v3.35.3 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from e467bbe to 2e86cbb Compare September 16, 2025 21:55
@renovate renovate bot changed the title Update dependency flutter to v3.35.3 Update dependency flutter to v3.35.4 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 2e86cbb to 73a7f9a Compare September 29, 2025 18:08
@renovate renovate bot changed the title Update dependency flutter to v3.35.4 Update dependency flutter to v3.35.5 Sep 29, 2025
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