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

chore(deps): update dependency flutter to v3.27.2 #42

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

This PR contains the following updates:

Package Update Change
flutter (source) minor 3.7.0 -> 3.27.2

Release Notes

flutter/flutter (flutter)

v3.27.2

Compare Source

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

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

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

  • flutter/138711 - Fixes AvailabilityVersionCheck failure on iOS
  • flutter/139571 - Fixes AnimatedOpacity affecting blended color overlay render
  • flutter/139294 - Fixes ImageFiltered flickers when widget is rendered on top
  • flutter/138193 - Fixes testMultiplePlatformViewsWithOverlays test on MacOS

v3.16.4

Compare Source

  • flutter/139180 - Fix tool crash on flutter create when unable to run Java.
  • flutter/138434 - Fix tool crash on deleting directories that do not exist
  • flutter/135277 - Eliminates an excessive amount of Xcode error/warning output to the console when building or running macOS Flutter apps.

v3.16.3

Compare Source

  • CVE-2023-6345 - Skia fix for possible integer overflow on Canvas calls with user generated data
  • flutter/138550 - Fixes crash on iPad when selection "Share..." from selection controls.
  • flutter/138842 - Fix rendering bug with elevation 0 material components.
  • flutter/138850 - Add ability to customize NavigationBar indicator overlay and fixes a bug with the indicator shape.
  • dart/53086 - DDS fix to ensure threadID integers are serialized correctly by Debug Adapter Protocol (DAP) clients.
  • dart/53999 - Adjusts the nullablity computations in the implementation of the upper bound algorithm in the CFE
  • dart/54112 - Fixes missing closure code completion entries for function parameters for LSP-based editors like VS Code.

v3.16.2

Compare Source

v3.16.1

Compare Source

  • flutter/138030 - Fixes file deletion crash which can occur during iOS archive.
  • flutter/134716 - Fix iOS 17 keyboard freeze when switching languages
  • flutter/138180 - Prevents a crash in flutter doctor for macOS users who have an IntelliJ or Android Studio installation with a missing CFBundleIdentifier in its plist.
  • flutter/138040 - Ignore exceptions in Flutter tool when trying to set the echo mode of the terminal when the STDIN pipe has been broken.
  • flutter/124145 - Fixes a JSON array parsing bug that causes seg fault when --coverage is used

v3.16.0

Compare Source

Initial stable release.

v3.13.9

Compare Source

  • dart/53784 - [dart2js] Fixes compatibility with Node.js 21

v3.13.8

Compare Source

  • dart/53747 - Fixes a visual issue in the Dart VM preventing users from seeing variable values when debugging.
  • flutter/136552 - [iOS] Fixes issues with voice over when visiting a PlatformView in iOS applications.
  • flutter/136654 - [Android] Fixes rendering issues when using PlatformViews in Android applications on high refresh rate phones.

v3.13.7

Compare Source

v3.13.6

Compare Source

v3.13.5

Compare Source

  • flutter/134825 - Fixes an issue where apps built in profile mode would not install or run on physical iOS 17 devices.
  • flutter/45598 - Fix permissions on macos artifacts making mac framework readable and executable by all

v3.13.4

Compare Source

  • dart/53449 - Fixes a dart2js issue causing a compiler crash when using a typed record pattern outside of the scope of a function body.
  • dart/53450 - Fixes a pause in the debugger when reaching an unhandled exception.
  • flutter/133658 - Fixes crash when using the --analyze-size argument.
  • flutter/133890 - Fixes incorrect autocorrect highlights in text fields in iOS 17.
  • flutter/134468 - Fixes an issue where users are not able to input text for IME language in iOS 17.
  • flutter/45742 - Fixes CVE-2023-4863 - Security vulnerability in WebP.

v3.13.3

Compare Source

  • flutter/133147 - fixes image-picker crashes on iOS
  • flutter/133069 - fixes issue where console prints dart:ui_web warnings in new flutter project
  • flutter/133441 - fixes issue where flutter upgrade crashes and reports "unknown flutter tag".
  • flutter/133055 - fixes issue where running flutter doctor crashes on FileSystemException
  • flutter/132788 - fixes a visual overflow caused by SliverMainAxisGroup where clip behavior isn’t applied

v3.13.2

Compare Source

  • flutter/132764 - Fixes lower bound of children from TwoDimensionalChildBuilderDelegate.

v3.13.1

Compare Source

  • flutter/132883 - Fixes an issue where Flutter apps would not compile when using custom icon fonts that contain spaces.
  • flutter/132959 - Fixes an issue where macOS applications using plugins with Xcode 15 would not compile.
  • flutter/132763 - Fixes auto-correction position in iOS 17.
  • flutter/132982 - [Impeller] Fixes an issue where applications would freeze if the app was minimized while an animation was occurring.

v3.13.0

Compare Source

v3.10.6

Compare Source

  • flutter/129161 - Fix regression in the GestureRecognizers used by the TextField where it would not fire the onTapDown or onTapUp callbacks which made selection not work
  • flutter/130084 - Using canvas.drawPicture where the nested picture fails to restore clips established in the child picture and makes content disappear.
  • dart/52767 - Fixes a flow in flow analysis that causes it to sometimes ignore destructuring assignments.
  • dart/52869 - Fixes an infinite loop in some web development compiles that include is or as expressions involving record types with named fields.
  • dart/52791 - Fixes a memory leak in Dart analyzer's file-watching.
  • dart/52793 - Fixes a memory leak of file system watcher related data structures.

v3.10.5

Compare Source

  • flutter/127628 - Fixes an issue preventing the use of integration_test when using AGP 8.0.
  • flutter/126043 - Fixes an error encountered when attempting to use add-to-app on Android when generating Flutter modules.
  • flutter/127090 - Fixes an issue preventing assets from being displayed properly on low pixel density devices.
  • flutter/128320 - Fixes an issue where image assets are not displayed when serving with Microsoft IIS.
  • dart/52403 - Fixes a bad cast in the frontend which can manifest as a crash in the dart2js
    ListFactorySpecializer during Flutter web builds.
  • dart/1224 - Handles formatting nullable record types with no fields.
  • dart/52480 - Fixes error when using records when targeting the web in development mode.

v3.10.4

Compare Source

v3.10.3

Compare Source

  • flutter/126435 - Fixes the position of SearchAnchor when used in a nested navigator.
  • flutter/127486 - [Impeller] Fixes an issue causing noise when using combinations of UV mapping and color blending.
  • flutter/126878 - [Impeller] Fixes an issue where images do not appear on iOS devices.
  • flutter/1127587 - [Impeller] Fixes a crash when applying backdrop blurs to platform views.
  • flutter/127103 - [Impeller] Fixes an issue where text is not rendered correctly when a transform is applied.
  • flutter/126487 - [Impeller] Fixes an issue where blur is not respected at certain value.
  • dart/52449 - Fixes an AOT compiler crash when generating an implicit getter returning an unboxed record.
  • dart/52373 - Fixes a situation in which variables appearing in multiple branches of an or-pattern might be erroneously reported as being mismatched.
  • dart/52334 - Adds missing interface modifiers on the purely abstract classes MultiStreamController, StreamConsumer, StreamIterator and StreamTransformer.
  • dart/52373 - Fixes an error during debugging when InternetAddress.tryParse is used.
  • dart/126884 - Fixes a VM issue causing crashes on hot reload.
  • dart/4195 - Improves linter support.
  • dart/52439 - Fixes an issue in variable patterns preventing users from expressing a pattern match using a variable or wildcard pattern with a nullable record type.
  • dart/52386 - Updates warnings and provide instructions for updating the Dart pub cache on Windows.

v3.10.2

Compare Source

This hotfix release addresses the following issues:

  • flutter/126532 - [Impeller] Fixes saveLayer ignores opacity of paint with blend mode lighten.
  • flutter/126739 - [Impeller] Fixes ImageShader alignment is different for different PaintingStyle.
  • flutter/126701 - [Impeller] Fixes InkSparkle splash not clipping on iOS.
  • flutter/126661 - Fixes PointerInterceptor reverses transformHitTests in a scaled context.
  • flutter/127183 - [Impeller] Fixes drawing path with image shader is not correct.
  • dart/52438 - Fixes a dart2js crash when using a switch case expression on a record where the fields don't match the cases.
  • dart/3392 - Add chips for class and mixin pages on dartdoc generated pages.
  • dart/52352 - Fixes a situation causing the parser to fail resulting in an infinite loop leading to higher memory usage.
  • dart/52078 - Add clear errors when mixing inheritance in pre and post Dart 3 libraries.

v3.10.1

Compare Source

This hotfix release addresses the following issues:

  • flutter/126510 - [Impeller] Fixes errors in text transformation when using impeller.
  • flutter/126854 - [Impeller] Fixes visual glitches and crashes when using wide gamut color support on iOS.
  • flutter/124883 - Fixes an issue where images do not render on Flutter web apps when the host machine has Internet Download Manager installed.
  • flutter/126491 - Fixes an issue where CupertinoPicker and ListWheelViewport crash with certain configurations on development builds.
  • flutter/124529 - Fixes an issue where iOS and macOS apps will not build when using Xcode 14.3 and adding dependencies with low iOS target versions.
  • flutter/122376 - Adds a migrator to update the Gradle version when it conflicts with the Android Studio version of Java is detected.
  • dart/124369 - Fixes a compiler crash involving redirecting factories and FFI.
  • dart/51899 - Fixes a dart2js crash when using a combination of local functions, generics, and records.
  • dart/52191 - Fixes incorrect error using a void in a switch case expression.
  • dart/52041 - Fixes a false error when using in switch case expressions when the switch refers to a private getter.
  • dart/52260 - Prevent the use of when and as as variable names in patterns.
  • dart/52241 - Fixes an inconsistency in type promotion between the analyzer and VM.
  • dart/1212 - Improve performance on functions with many parameters.

v3.10.0

Compare Source

Initial stable release.

v3.7.12

Compare Source

This hotfix release addresses the following issues:

v3.7.11

Compare Source

This hotfix release addresses the following issues:

  • flutter/124529 - Fix Xcode 14.3 will not build when plugin transitive dependencies have a low deployment target
    • flutter/124340 - Fixes an issue where iOS and MacOS fail to build when targeting low deployment targets when using xCode 14.3.
  • flutter/124208 - Fix orientation preferences on iOS 16+
    • flutter/116711 - Fixes an issue where orientation preferences are not respected on iOS 16 and above.
  • flutter/124403 - Clarify errors around Java/Gradle incompatibility

v3.7.10

Compare Source

This hotfix release addresses the following issues:

  • flutter/123890 - Fixes an issue where upgrading to Xcode 14.3 breaks the ability to publish iOS and macOS applications.

v3.7.9

Compare Source

This hotfix release addresses the following issues:

  • dart/51798 - Fixes a false Out of Memory exception causing slowdowns.

v3.7.8

Compare Source

This hotfix release addresses the following issues:

  • flutter/119441 - Fixes an issue where the Toolbar widget is incorrectly positioned when inside of a textfield in the Appbar.

v3.7.7

Compare Source

This hotfix release addresses the following issues:

  • flutter/121256 - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk.
  • engine/120455
    Cached DisplayList opacity inheritance fix.
  • dart/121270 - Fixes mobile device VM crashes caused by particular use of RegExp on mobile devices.

v3.7.6

Compare Source

This hotfix release addresses the following issues:

  • dart/50981 - Improve performance of Dart Analysis Server by limiting the analysis context to 1.
  • dart/51481 - Update DDC test and builder configuration
  • flutter/114031 - Fixes a crash when using flutter doctor --android-licenses on macOS.
  • flutter/106674 - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio.

v3.7.5

Compare Source

This hotfix release addresses the following issues:

  • flutter/119180 - Apple Pencil writes on Flutter apps instead of scrolling when outside of a text field.
  • flutter/120220 - [Impeller] Flutter apps may crash when some clip operations are used.

v3.7.4

Compare Source

This hotfix release addresses the following issues:

  • flutter/116360 - Flutter web apps will not load if accessed through any other path than /.
  • flutter/119557 - Localization files incorrectly overridden stopping Flutter applications from running.
  • flutter/116459 - Localization files do not parse when using numbers as select cases.

v3.7.3

Compare Source

This hotfix release addresses the following issues:

  • flutter/119507 - Asset inclusion regression can cause unexpected app bundle size increase
  • flutter/119289 - [Impeller] ImageFilter.blur Edge sampling issue.
  • flutter/119950 - [Impeller] Improve blur performance for Android and iPad Pro.
  • flutter/119190 - Fix lexer issue where select/plural/other/underscores cannot be in identifier names.

v3.7.2

Compare Source

This hotfix release addresses the following issues:

  • flutter/119881 - [Impeller] App performance decreases when using emulated dashed lines.
  • flutter/119245 - [Impeller] App crashes due to invalid textures when using impeller.
  • flutter/119489 - [Impeller] Text glyphs render incorrectly on different font weights
  • flutter/103847 - Fix animation jank on some iPhone models.
  • flutter/119593 - Localization files fail to generate when FLUTTER_STORAGE_BASE_URL is overridden.
  • flutter/119084 - When requesting to evaluate multiple expressions while debugging Flutter web apps, tooling fails before finishing operations.
  • flutter/119261 - Flutter tool crashes when attempting to update the artifact cache.
  • flutter/117420 - Ink ripple is rendered incorrectly inside of the NavigationBar widget when using Material 3.
  • dart/50622 - VM crashes when mixing the use of double and float calculations in debug/JIT configuration.
  • flutter/119220 - Compiler may crash when attempting to inline a method with lots of optional parameters with distinct default values.
  • dart/51087 - part_of_different_library error may be encountered when using PackageBuildWorkspace.

v3.7.1

Compare Source

This hotfix release addresses the following issues:


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.

@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.10.6 chore(deps): update dependency flutter to v3.13.0 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from d1667c5 to e503d77 Compare August 16, 2023 18:25
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from e503d77 to ba1df45 Compare August 23, 2023 20:43
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.0 chore(deps): update dependency flutter to v3.13.1 Aug 23, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 23, 2023

⚠ 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 get --no-precompile
Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because flutter_boilerplate depends on flutter_localizations from sdk which depends on intl 0.18.1, intl 0.18.1 is required.
So, because flutter_boilerplate depends on intl ^0.17.0, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.18.1

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ba1df45 to 942a9d4 Compare August 30, 2023 18:19
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.1 chore(deps): update dependency flutter to v3.13.2 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 942a9d4 to fe10f76 Compare September 7, 2023 18:53
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.2 chore(deps): update dependency flutter to v3.13.3 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from fe10f76 to cf50b5b Compare September 13, 2023 21:24
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.3 chore(deps): update dependency flutter to v3.13.4 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from cf50b5b to d8aeb47 Compare September 20, 2023 21:03
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.4 chore(deps): update dependency flutter to v3.13.5 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from d8aeb47 to 05fc298 Compare September 27, 2023 18:15
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.5 chore(deps): update dependency flutter to v3.13.6 Sep 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.6 chore(deps): update dependency flutter to v3.13.7 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch 2 times, most recently from 49f573f to 940ac47 Compare October 18, 2023 18:53
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.7 chore(deps): update dependency flutter to v3.13.8 Oct 18, 2023
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.8 chore(deps): update dependency flutter to v3.13.9 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 940ac47 to 7590d72 Compare October 26, 2023 01:29
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 7590d72 to 508662b Compare November 15, 2023 21:44
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.13.9 chore(deps): update dependency flutter to v3.16.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 508662b to 444f4a7 Compare November 28, 2023 00:59
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.16.0 chore(deps): update dependency flutter to v3.16.1 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 444f4a7 to 2d2d651 Compare November 30, 2023 22:49
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.16.1 chore(deps): update dependency flutter to v3.16.2 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 2d2d651 to 4ced750 Compare December 6, 2023 19:35
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.16.2 chore(deps): update dependency flutter to v3.16.3 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 4ced750 to 910f682 Compare December 13, 2023 19:28
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from f1347c6 to c5991d2 Compare April 17, 2024 22:10
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.19.5 chore(deps): update dependency flutter to v3.19.6 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from c5991d2 to 6528a24 Compare May 13, 2024 22:55
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.19.6 chore(deps): update dependency flutter to v3.22.0 May 13, 2024
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ 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: install-tool flutter 3.27.2

@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 6528a24 to e0d27a7 Compare May 22, 2024 23:17
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.22.0 chore(deps): update dependency flutter to v3.22.1 May 22, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from e0d27a7 to 2624141 Compare June 6, 2024 18:36
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.22.1 chore(deps): update dependency flutter to v3.22.2 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 2624141 to cc009c4 Compare July 18, 2024 05:13
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.22.2 chore(deps): update dependency flutter to v3.22.3 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from cc009c4 to ce03e9f Compare August 6, 2024 19:20
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.22.3 chore(deps): update dependency flutter to v3.24.0 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ce03e9f to 1fb028d Compare August 21, 2024 19:46
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.24.0 chore(deps): update dependency flutter to v3.24.1 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 1fb028d to 1f6a6da Compare September 4, 2024 15:43
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.24.1 chore(deps): update dependency flutter to v3.24.2 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 1f6a6da to c621004 Compare September 12, 2024 18:22
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.24.2 chore(deps): update dependency flutter to v3.24.3 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from c621004 to df85036 Compare October 24, 2024 18:56
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.24.3 chore(deps): update dependency flutter to v3.24.4 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from df85036 to 5b88139 Compare November 14, 2024 03:01
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.24.4 chore(deps): update dependency flutter to v3.24.5 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 5b88139 to eecbc58 Compare December 11, 2024 21:43
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.24.5 chore(deps): update dependency flutter to v3.27.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from eecbc58 to 004c52d Compare December 16, 2024 23:25
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.27.0 chore(deps): update dependency flutter to v3.27.1 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 004c52d to 4c907fc Compare January 14, 2025 00:30
@renovate renovate bot changed the title chore(deps): update dependency flutter to v3.27.1 chore(deps): update dependency flutter to v3.27.2 Jan 14, 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