Skip to content

Update Flutter deps (non-major)#407

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flutter-deps-(non-major)
Open

Update Flutter deps (non-major)#407
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/flutter-deps-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
adaptive_dialog dependencies minor 2.4.22.8.0
any_image_view (source) dependencies minor 1.6.01.9.5
app_links dependencies patch 6.4.06.4.1
background_fetch dependencies minor 1.3.81.7.0
custom_lint dev_dependencies patch 0.8.00.8.1
device_info_plus (source) dependencies minor 12.3.012.4.0
drift (source) dependencies minor 2.28.12.34.2
drift_dev (source) dev_dependencies minor 2.28.22.34.5
drift_flutter (source) dependencies minor 0.2.60.3.1
equatable dependencies minor 2.0.72.1.0
flutter_form_builder (source) dependencies minor 10.0.110.3.0+2
flutter_riverpod (source) dependencies minor 3.0.03.3.2
flutter_widget_from_html dependencies patch 0.17.00.17.2
freezed dev_dependencies patch 3.2.33.2.5
get_it dependencies patch 9.2.09.2.1
go_router (source) dependencies minor 17.0.017.3.0
http (source) dependencies minor 1.4.01.6.0
json_annotation (source) dependencies minor 4.9.04.12.0
json_serializable (source) dev_dependencies minor 6.11.16.14.0
l10n_esperanto dependencies patch 2.0.132.0.14
package_info_plus (source) dependencies patch 9.0.09.0.1
path_provider (source) dependencies patch 2.1.52.1.6
riverpod_annotation dependencies patch 3.0.03.0.3
riverpod_generator dev_dependencies patch 3.0.03.0.3
riverpod_lint (source) dev_dependencies minor 3.0.03.1.4
share_plus (source) dependencies patch 12.0.112.0.2
shared_preferences (source) dependencies patch 2.5.32.5.5
url_launcher (source) dependencies patch 6.3.16.3.2
webview_flutter (source) dependencies minor 4.13.04.14.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mono0926/adaptive_dialog (adaptive_dialog)

v2.8.0

Compare Source

Features
  • Introduce ImeAwareSingleActivator to prevent shortcut execution during IME composition.
  • Improve keyboard navigation by adding autofocus to dialogs.
Others
  • Refactor shortcut bindings and focus management.
  • Improve test stability and clean up global state in tests.

v2.7.1

Compare Source

  • Restore CHANGELOG.md history that was accidentally removed in 2.7.0

v2.7.0

Compare Source

  • Support text selection for dialogs (#​65)
    • Added AdaptiveSelectionMode to control text selection behavior.
    • Text is now selectable by default on Web and Desktop platforms.
    • Supported in all dialog functions.
  • Support keyboard shortcuts (Enter and Escape) for dialogs (#​61)
    • Enter: Trigger default action or submit text input
    • Escape: Cancel or close dialog

v2.6.0

Compare Source

  • fullyCapitalizedForMaterial is deprecated and change default to false
    • According to Material Design Guidelines, button texts should not be fully capitalized.
    • If you want to keep the old behavior, please set fullyCapitalizedForMaterial: true explicitly.

v2.5.0

Compare Source

  • Changed to Flutter 3.35.0 and Dart 3.9.0 or higher
farhansadikgalib/any_image_view (any_image_view)

v1.9.0

  • Fixed: Network URL image loading for URLs with file extensions (e.g., Pexels, direct image URLs ending in .jpg, .jpeg, .png).
  • Fixed: Image type detection now prioritizes URL protocol check before file extension check.
  • Improved: Network images from any source (Pexels, direct URLs, etc.) now properly use cached network image loading.
  • Improved: URL detection now checks for http:// and https:// prefixes before checking file extensions.
  • Enhanced: Better reliability for loading images from various image hosting services and CDNs.

v1.8.0

  • Enhanced: Significantly improved cached_network_image implementation with advanced features.
  • Added: Custom HTTP headers support for authenticated network image requests (httpHeaders parameter).
  • Added: Automatic memory cache optimization - uses height and width for cache dimensions (no separate parameters needed).
  • Added: Cache duration control with cacheMaxAge parameter for network images.
  • Added: Automatic retry logic with maxRetryAttempts parameter (default: 3 attempts).
  • Added: Memory cache toggle with useMemoryCache parameter for fine-grained control.
  • Added: Advanced error logging with errorListener for better debugging.
  • Added: Improved image quality control with FilterQuality.medium setting.
  • Improved: Error placeholder now uses built-in Icons.broken_image instead of asset file for better reliability.
  • Improved: Border radius handling - now properly clips content and applies to decoration.
  • Improved: Image type detection logic - checks file extensions before URL protocol.
  • Improved: Network image performance with automatic disk and memory cache optimization based on dimensions.
  • Improved: Shimmer loading animation now properly fills the container without extra centering wrapper.
  • Improved: XFile handling is now more robust and reliable.
  • Improved: Simplified API - memory cache dimensions automatically derived from height/width.
  • Improved: Documentation with comprehensive examples for all new features.
  • Updated: All dependencies to latest versions (cached_network_image: ^3.4.1, flutter_svg: ^2.2.2, lottie: ^3.3.2).
  • Updated: Android Gradle Plugin to 8.7.3 (stable) with Gradle 8.12 for better compatibility.
  • Updated: Example app with showcase of all advanced features including memory optimization and error handling.
  • Removed: errorPlaceHolder parameter (replaced with built-in broken_image icon).
  • Removed: memCacheWidth and memCacheHeight parameters (now automatically derived from height/width).
  • Removed: Network SVG and Lottie support (kept local assets only for better stability).
  • Fixed: "Infinity or NaN toInt" error when using double.infinity for width or height with network images.
  • Fixed: Better memory management for large network images.
  • Fixed: File image loading now uses direct Image.file instead of FadeInImage for better performance.

v1.7.0

Fixed
  • Package Assets: Fixed error placeholder image (not_found.png) not loading from package assets by adding package parameter
  • SVG Network Loading: Fixed SVG images from network URLs not loading correctly (now uses SvgPicture.network())
  • Lottie Network Loading: Fixed Lottie animations from network URLs not loading (now uses Lottie.network())
  • BorderRadius Handling: Fixed double ClipRRect application causing incorrect rendering
  • Shape Parameter: Fixed BoxShape.circle conflicting with borderRadius application
  • Error Loop: Fixed potential infinite loop in error fallback with placeholder error builder
  • Image Type Detection: Fixed extension detection priority (now checks extensions before URL protocol)
Improved
  • Error Handling: Enhanced error fallback to show built-in not_found.png placeholder image
  • Code Structure: Centralized ClipRRect application at container level for better performance
  • Type Detection: Improved image type detection logic (extensions checked first, then URL patterns)
  • Shimmer Widget: Simplified borderRadius calculation in shimmer loading widget
  • Performance: Optimized widget tree with single ClipRRect wrapper
Updated
  • lottie: Updated to ^3.3.2 (latest)
  • flutter_svg: Updated to ^2.2.2 (latest)
  • cached_network_image: Updated to ^3.4.1 (latest)
  • cross_file: Updated to ^0.3.5+1 (latest)
  • flutter_lints: Updated to ^6.0.0 (latest)
  • Android Gradle Plugin: Updated to 8.9.1 for compatibility with latest dependencies
Documentation
  • README: Complete rewrite with better examples, clearer API documentation, and migration guide
  • Examples: Enhanced example app with comprehensive demos for all image types
  • Comments: Improved inline code documentation

transistorsoft/flutter_background_fetch (background_fetch)

v1.7.0

  • [iOS] Adopt FlutterSceneLifeCycleDelegate for Flutter 3.41 UIScene lifecycle support.
  • [Changed] Bump minimum Flutter SDK constraint to >=3.38.0.

v1.6.2

  • [Android] Fix MissingPluginException on com.transistorsoft/flutter_background_fetch/methods after app relaunch when a foreground service kept the process alive post-termination. HeadlessTask now destroys its background FlutterEngine when the main Activity re-attaches, and BackgroundFetchModule tracks method channels per-BinaryMessenger so destroying one engine (e.g. a sibling plugin's headless isolate) no longer strips the handler from another engine's channel.

v1.6.1

  • Update native libs for 4.1.0
  • [iOS] Migrate /example to Flutter 3.41 UIScene lifecycle (adopt FlutterImplicitEngineDelegate, register plugins via didInitializeImplicitFlutterEngine:, add UIApplicationSceneManifest with FlutterSceneDelegate). TSBackgroundFetch 4.1's +load auto-registers BGTask launch handlers before the BGTaskScheduler deadline, which is required for UIScene apps where the plugin's application:didFinishLaunchingWithOptions: is delivered too late via Flutter's scene fallback.

v1.6.0

  • [Changed] Renamed HeadlessTask class to HeadlessEvent to align with TypeScript API. A typedef HeadlessTask = HeadlessEvent alias is provided for backwards compatibility.
  • [Changed] Simplified README with links to new Documentation Site.

v1.5.1

  • Add CLAUDE.md with SDK architecture, build commands, and conventions
  • [iOS] Fix podspec public_header_files glob to match actual header location
    The public_header_files glob was pointing to Sources/include/ but the
    header lives under Sources/background_fetch/include/, so the glob matched
    zero files. This broke module resolution when building with CocoaPods and
    use_frameworks! from Xcode.

v1.5.0

  • Both the plugin's iOS and Android core libs (TSBackgroundFetch.xcframework, tsbackgroundfetch.aar) are now published to Cocoapods, Swift Package Manager and Sonatype for android. This is especially wonderful for android, as now there's no more need of the custom maven url in the root build.gradle.
  • See the Setup Guides for both iOS and Android (they have changed from previous versions).

v1.4.0

  • [iOS] Add Swift Package Manager support
invertase/dart_custom_lint (custom_lint)

v0.8.1

Compare Source

fluttercommunity/plus_plugins (device_info_plus)

v12.4.0

Compare Source

  • FEAT(device_info_plus): Add iOS device identifiers for 2026 models (#​3776). (5dbe0a95)
  • FEAT(device_info_plus): Add support for isiOSAppOnVision property in iOS device info (#​3716). (25bbcce7)
simolus3/drift (drift)

v2.34.2

Compare Source

  • Web: Flush IndexedDB writes after statements, making writes more reliable.

sqlite3.wasm files are now attached to drift releases directly, making it easier to download compatible workers and WebAssembly files.

v2.34.1: Drift 2.34.1

Compare Source

drift 2.34.1

  • Fix reads queued in a MultiExecutor connection pool being resumed in the wrong zone once an executor became available. Because Drift's cancellation tokens are zone-scoped, this could cause queries to be cancelled or observed in the wrong zone (#​3824).

drift_dev 2.34.2

  • Drift files: Support for dart placeholder in update statements to reference companions.
  • Allow circular references between tables (#​3780).

sqlparser 0.44.6

  • Fix join analysis to properly treat the left side of a RIGHT or FULL join as nullable (#​3812).
  • Fix CaseInsensitiveMap.containsKey to be case-insensitive.

v2.34.0

Compare Source

v2.33.0

Compare Source

v2.32.1

Compare Source

v2.32.0

Compare Source

v2.31.0

Compare Source

v2.30.1

Compare Source

v2.30.0: Drift 2.30.0

Compare Source

Drift

  • Add rightOuterJoin and fullOuterJoin.
  • Wasm: Add the WasmProbeResult.moveFromIndexedDBToOpfs() method and the moveExistingIndexedDbToOpfs parameter on WasmDatabase.open. They can be used to move an existing database stored in IndexedDB to OPFS.
drift_flutter
  • Add isolateSetup parameter to DriftNativeOptions to setup isolates spawned to host database connections.

Generator

  • Schema export: Always export generated SQL statements as a reference.
  • Schema export: Always use temporary file instead of data URI.
  • Support analyzer versions 9.x.
  • Support dothand syntax when analyzing Dart sources.
  • Analysis: Support features added in SQLite version 3.51.0

v2.29.0: Drift 2.29.0

Compare Source

Query builder
  • Allow specifying ordering for columns in @TableIndex annotation.
  • Add DelegatedDatabase.externalExecutor, allowing transactions started externally to be used with drift.
  • Add Batch.insertFromSelect to insert rows from a select statement in a batch.
Generator
  • Fix invalid schema code for views.
  • Add the known_tables option. It allows defining external tables assumed to be available without including them in the drift-managed schema.
  • Fix unresolved references in CTEs resolving against the scope of the main query.
  • Static analysis support for the PowerSync SQLite extension.
Tools
  • Devtools extension: Support exporting databases.
  • Make-migrations: Add --no-test option to disable generating tests.
  • Internal: The drift website is now built with jaspr_content.

v2.28.2

Compare Source

felangel/equatable (equatable)

v2.1.0

Compare Source

  • feat: deprecate EquatableMixin (#​214)
    class Foo with EquatableMixin {...} // OLD
    class Foo with Equatable {...} // NEW
  • refactor: update analysis options
  • deps: upgrade to Dart >=3.0.0
  • chore(example): upgrade to Dart >=3.12.0

v2.0.8

Compare Source

  • chore: bump license year (#​208)
  • fix: mapEquals when comparing maps with different keys and null values (#​207)
flutter-form-builder-ecosystem/flutter_form_builder (flutter_form_builder)

v10.3.0+2

Compare Source

  • Setup live website example

v10.3.0+1

Compare Source

  • Remove article link from readme

v10.2.0

Compare Source

  • Set minimal Flutter version to 3.35.0
  • Set minimal Dart version to 3.9.0
  • Replace deprecated properties and widgets. This do not affect the public API functionality.
    • [FormBuilderRadioGroup] Replace widget to use RadioGroup.
    • [FormBuilderField] Use onReset from FormField.
    • [FormBuilderSwitch] Use activeThumbColor to activeColor.

v10.1.0

Compare Source

rrousselGit/riverpod (flutter_riverpod)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

daohoangson/flutter_widget_from_html (flutter_widget_from_html)

v0.17.2

Compare Source

What's Changed

New Contributors

Full Changelog: daohoangson/flutter_widget_from_html@v0.17.1...v0.17.2

f73b715 APKs:

Web build has been deployed to https://demo-e6s9todwa-fwfh.vercel.app. Quick links:

v0.17.1

Compare Source

What's Changed

  • Add support for Flutter 3.35 (#​1498)
  • Add support for webview_flutter_android@​4.8 (#​1498)
  • Add support for data-src attribute in IFRAME (#​1497)

New Contributors

Full Changelog: daohoangson/flutter_widget_from_html@v0.17.0...v0.17.1

078b98b APKs:

Web build has been deployed to https://demo-o2cznz76v-fwfh.vercel.app. Quick links:

rrousselGit/freezed (freezed)

v3.2.5

Compare Source

v3.2.4

Compare Source

flutter-it/get_it (get_it)

v9.2.1

  • Added AI skill files in skills/ directory for AI coding assistants
  • Added AI-Assisted Development section to README
flutter/packages (go_router)

v17.3.0

Compare Source

  • Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
  • Adds hasOverriddenOnExit parameter to GoRouteData.$route and RelativeGoRouteData.$route helper methods for type-safe routes. When set to true, enables custom onExit callback invocation from route data classes extending GoRouteData or RelativeGoRouteData when the route is removed from the navigation stack.

v17.2.3

Compare Source

  • Fixes an assertion failure when navigating to URLs with hash fragments missing a leading slash.

v17.2.2

Compare Source

  • Fixes pop() restoring stale configuration when route has onExit, which could cause the popped route to reappear with async redirects.

v17.2.1

Compare Source

  • Fixes chained top-level redirects not being fully resolved (e.g. / → /a → /b stopping at /a).
  • Fixes route-level redirects not triggering top-level redirect re-evaluation on the new location.

v17.2.0

Compare Source

  • Fixes Block.then() and Allow.then() navigation callbacks being silently lost when triggered by refreshListenable due to re-entrant route processing.
  • Adds encoder, decoder and compare parameters to TypedQueryParameter annotation for custom encoding, decoding and comparison of query parameters in TypedGoRoute constructors.

v17.1.0

Compare Source

  • Adds TypedQueryParameter annotation to override parameter names in TypedGoRoute constructors.

v17.0.1

Compare Source

  • Fixes an issue where onEnter blocking causes navigation stack loss (stale state restoration).
  • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
dart-lang/http (http)

v1.6.0

  • Breaking Change the behavior of Request.body so that a charset
    parameter is only added for text and XML media types. This brings the
    behavior of package:http in line with RFC-8259.
  • On the web, fix cancellations for StreamSubscriptions of response bodies
    waiting for the next chunk.
  • Export MediaType from package:http_parser.
  • Added a section on testing to README.md.

v1.5.0

  • Fixed a bug in IOClient where the HttpClient's response stream was
    cancelled after the response stream was completed.
  • Added support for aborting requests before they complete.
  • Clarify that some header names may not be sent/received.
google/json_serializable.dart (json_annotation)

v4.12.0

Compare Source

  • Add JsonKey.explicitJsonNullWhenNonNullField for PATCH-style tri-state JSON
    fields (omit key vs explicit null vs value).

v4.11.0

Compare Source

  • Add JsonSerializable.dateTimeUtc configuration option.
    (#​1371)

v4.10.0

Compare Source

  • Support JsonKey annotation on constructor parameters.
  • Add JsonSerializable(createJsonSchema: true).
    (Huge thanks to Chris Sells for the PR!)
  • Require meta: ^1.16.0
  • Require sdk: ^3.9.0
google/json_serializable.dart (json_serializable)

v6.14.0

Compare Source

  • Support JsonKey.explicitJsonNullWhenNonNullField for PATCH-style tri-state
    JSON fields: distinguish omitted keys from explicit null in fromJson and
    emit explicit JSON null in toJson when the Dart field is non-null.
  • Require json_annotation: '>=4.12.0 <4.13.0'

v6.13.2

Compare Source

  • Require analyzer: '>=10.0.0 <14.0.0'

v6.13.1

Compare Source

  • Improve error message when generating code for Record types with unsupported
    fields.
    (#​1559)
  • Require analyzer: '>=10.0.0 <13.0.0'
  • Require build: ^4.0.4
  • Require dart_style: ^3.1.4
  • Require source_gen: ^4.1.2
  • Require source_helper: ^1.3.10

v6.13.0

Compare Source

  • Fix schema generation for many different types of fields.
    (#​1549)
  • Support JsonSerializable.dateTimeUtc configuration option.
    (#​1371)
  • Remove json_schema from dependencies (it is only used in tests).

v6.12.0

Compare Source

  • Support JsonKey annotation on constructor parameters.
  • Add support for JsonSerializable(createJsonSchema: true).
    (Huge thanks to Chris Sells for the PR!)

v6.11.4

Compare Source

  • Allow analyzer: >=9.0.0 <11.0.0

v6.11.3

Compare Source

  • Require analyzer: ^9.0.0
  • Require build: ^4.0.3
  • Require build_config: ^1.2.0
  • Require dart_style: ^3.1.3
  • Require sdk: ^3.9.0
  • Require source_gen: ^4.1.1
  • Require source_helper: ^1.3.9

v6.11.2

Compare Source

  • Allow run_only_if_triggered to be specified in build.yaml to turn on the
    build_runner triggers heuristic.
  • Skip warning about annotations on both constructor and field if the values
    match.
deakjahn/l10n_esperanto (l10n_esperanto)

v2.0.14

  • New strings. Implement #​14.
fluttercommunity/plus_plugins (package_info_plus)

v9.0.1

Compare Source

  • DOCS(package_info_plus): add installerStore values documentation (#​3721). (0534cd2d)
flutter/packages (path_provider)

v2.1.6

Compare Source

  • Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
  • Updates README to reflect currently supported OS versions for the latest
    versions of the endorsed platform implementations.
    • Applications built with older versions of Flutter will continue to
      use compatible versions of the platform implementations.
  • Documents the difference between a null return and an UnsupportedError
    from getDownloadsDirectory.
rrousselGit/river_pod (riverpod_lint)

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

fluttercommunity/plus_plugins (share_plus)

v12.0.2

Compare Source

  • FIX(share_plus): Avoid crash on iOS during file and text sharing in add-to-app scenario (#​3738). (ae6330bb)
flutter/packages (shared_preferences)

v2.5.5

Compare Source

  • Fixes dartdoc comments that accidentally used HTML.

v2.5.4

Compare Source

  • Updates dependencies for the shared_preferences_tool DevTools extension and fixes related deprecations.
  • Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
  • Updates README to reflect currently supported OS versions for the latest
    versions of the endorsed platform implementations.
    • Applications built with older versions of Flutter will continue to
      use compatible versions of the platform implementations.
flutter/packages (url_launcher)

v6.3.2

Compare Source

  • Updates README to indicate that Andoid SDK <21 is no longer supported.
  • Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
  • Ensures that launch with forceSafariVC: false, forceWebView: true and a non-web scheme throws a PlatformException.
flutter/packages (webview_flutter)

v4.14.1

Compare Source

  • Adds documentation for NavigationDelegate callback parameters.

v4.14.0

Compare Source

  • Add method to retrieve cookies. See WebViewCookieManager.getCookies.
  • Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.

v4.13.1

Compare Source

  • Fixes HTML in legacy dartdocs.
  • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
  • Updates README to reflect currently supported OS versions for the latest
    versions of the endorsed platform implementations.
    • Applications built with older versions of Flutter will continue to
      use compatible versions of the platform implementations.

Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Dependencies related things label Sep 15, 2025
@renovate

renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: flutter pub upgrade adaptive_dialog any_image_view app_links background_fetch custom_lint device_info_plus drift drift_dev drift_flutter equatable flutter_form_builder flutter_riverpod flutter_widget_from_html freezed get_it go_router http json_annotation json_serializable l10n_esperanto package_info_plus path_provider riverpod_annotation riverpod_generator riverpod_lint share_plus shared_preferences url_launcher webview_flutter
Because riverpod_generator >=3.0.0 <4.0.1 depends on analyzer >=7.0.0 <9.0.0 and json_serializable >=6.13.2 depends on analyzer >=10.0.0 <14.0.0, riverpod_generator >=3.0.0 <4.0.1 is incompatible with json_serializable >=6.13.2.
So, because frigoligo depends on both json_serializable 6.14.0 and riverpod_generator 3.0.3, version solving failed.
Failed to update packages.

@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 5 times, most recently from 0706c53 to 4c78c48 Compare September 26, 2025 12:17
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 2 times, most recently from 2f9d8e8 to 67ed0e4 Compare October 18, 2025 17:31
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch from 67ed0e4 to 9e1cf67 Compare October 23, 2025 03:38
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 2 times, most recently from 5bc6542 to 41af155 Compare November 4, 2025 23:10
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 3 times, most recently from dd8ed41 to 1db9510 Compare November 16, 2025 16:35
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 3 times, most recently from 7862f74 to c7c973f Compare November 21, 2025 13:48
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 7 times, most recently from 91471ca to 21ec438 Compare December 7, 2025 23:53
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 3 times, most recently from 3fcaec0 to 42c4652 Compare December 11, 2025 02:48
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 2 times, most recently from 6396ed5 to 12fbbce Compare December 30, 2025 22:14
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 2 times, most recently from 72ac61b to e778fb7 Compare February 14, 2026 17:51
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 2 times, most recently from fb790e3 to 69885b9 Compare February 20, 2026 01:37
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch from 69885b9 to 73dbe23 Compare February 28, 2026 21:23
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 3 times, most recently from 0c4ffb5 to 9b61bb2 Compare March 10, 2026 05:30
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 4 times, most recently from a01e012 to c2030fb Compare March 26, 2026 20:37
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 3 times, most recently from d940667 to 1938ae1 Compare April 6, 2026 04:33
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 4 times, most recently from 4652acb to 99ed26a Compare April 19, 2026 12:18
@renovate renovate Bot changed the title fix(deps): update flutter deps (non-major) Update Flutter deps (non-major) Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 2 times, most recently from d31f11d to 79c601a Compare April 20, 2026 21:47
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch 3 times, most recently from 742bae2 to c6a9963 Compare May 4, 2026 01:41
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch from c6a9963 to 34c85ce Compare May 15, 2026 20:48
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch from 34c85ce to 9f314b9 Compare May 25, 2026 17:26
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch from 9f314b9 to ba93ccc Compare June 3, 2026 02:04
@renovate
renovate Bot force-pushed the renovate/flutter-deps-(non-major) branch from ba93ccc to 9c175a8 Compare June 10, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies related things

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants