Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency flutter to v3 #23

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

This PR contains the following updates:

Package Update Change
flutter (source) major >=1.20.0 <2.0.0 -> <4.0.0

Release Notes

flutter/flutter (flutter)

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

v3.16.4

Compare Source

v3.16.3

Compare Source

v3.16.2

Compare Source

v3.16.1

Compare Source

v3.16.0

Compare Source

v3.13.9

Compare Source

v3.13.8

Compare Source

v3.13.7

Compare Source

v3.13.6

Compare Source

v3.13.5

Compare Source

v3.13.4

Compare Source

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source

v3.13.0

Compare Source

v3.10.6

Compare Source

v3.10.5

Compare Source

v3.10.4

Compare Source

v3.10.3

Compare Source

v3.10.2

Compare Source

v3.10.1

Compare Source

v3.10.0

Compare Source

v3.7.12

Compare Source

v3.7.11

Compare Source

v3.7.10

Compare Source

v3.7.9

Compare Source

v3.7.8

Compare Source

v3.7.7

Compare Source

v3.7.6

Compare Source

v3.7.5

Compare Source

v3.7.4

Compare Source

v3.7.3

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.3.10

Compare Source

v3.3.9

Compare Source

v3.3.8

Compare Source

v3.3.7

Compare Source

v3.3.6

Compare Source

v3.3.5

Compare Source

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Initial stable release.

v3.0.5

Compare Source

This hotfix release addresses the following issues:

  • flutter/106601 - Flutter tool fails on visual studio on certain locales on Windows.
  • flutter/106510 - Flutter crashes on launch on ARM devices.
  • dart/49054 - Improves code completion for Flutter.
  • dart/49402 - Compiler crashes when using Finalizable parameters.

v3.0.4

Compare Source

This hotfix release addresses the following issues:

  • flutter/105183 - Pointer compression on iOS causes OOM
  • flutter/103870 - Application crashes on system low memory events
  • flutter/105674 - Rendering artifacts from ImagedFiltered/ColorFiltered in animated views

v3.0.3

Compare Source

This hotfix release addresses the following issues:

  • dart/49188 - Improve analysis of enums and switch.
  • dart/49075 - Fix compiler crash when initializing Finalizable objects.

v3.0.2

Compare Source

This hotfix release addresses the following issues:

  • flutter/104785 - Flutter web apps show a black screen on Safari 13.
  • flutter/102451 - flutter doctor crashes for Windows users using Visual Studio 2022.
  • flutter/103846 - Unexpected line breaks occur when using new text renderer.
  • flutter/104569 - Ink Sparkle slows down applications using Material 3.
  • flutter/103404 - SliverReorderableList does not drag on Android devices.
  • flutter/103556 - Nested horizontal sliders in widgets with horizontal drag gestures do not work in Android applications.
  • flutter/100375 - Build process fails when building Windows applications.
  • dart/49027 - Code suggestion for initState/dispose/setState no longer work on intellij.
  • dart/3424 - dart pub login fails when attempting to publish a package.
  • dart/49097 - dart analyze throws errors when using enhance Enums feature.

v3.0.1

Compare Source

This hotfix release addresses the following issues:

  • flutter/102947 - Radial gradients behave incorrectly when painting text.

v3.0.0

Compare Source

Initial stable release.

v2.10.5

Compare Source

This hotfix release addresses the following issues:

  • flutter/101224 - Flutter web debugger fails when using chrome 100 or greater.

v2.10.4

Compare Source

This hotfix release addresses the following issues:

  • flutter/93871 - Custom embedders fail to build when using default sysroot (GCC 11).
  • dart/48559 - Flutter web apps crash when using package:freezed.

v2.10.3

Compare Source

This hotfix release addresses the following issues:

  • flutter/98973 - Deadlock in application startup in profile/release mode.
  • flutter/98739 - ios: Visual glitch when scrolling a list in a Scaffold that has a Material and Container as bottomNavigationBar.
  • flutter/97086 - Windows: Fail to launch app in debug mode.

v2.10.2

Compare Source

This hotfix release addresses the following issues:

  • flutter/95211 - Transform animation with BackdropFilter is causing a crash.
  • flutter/98155 - App crashes after upgrading to 2.10.x using webview + video_player plugin.
  • flutter/98361 - Error in DL bounds calculations causes incorrect SVG rendering.
  • flutter/97767 - New material icons are not properly rendered.
  • flutter/95711 - Linux builds default to building GLFW.

v2.10.1

Compare Source

This hotfix release addresses the following issues:

  • flutter/94043 - Autofill does not work in TextField.
  • flutter/96411 - Safari: Unable to enter text into TextField.
  • flutter/96661 - Platform views throw fatal exception: Methods marked with @​UiThread must be executed on the main thread.
  • flutter/97103 - Images become corrupted when using CanvasKit.
  • flutter/97679 - Don't remove overlay views when the rasterizer is being torn down.
  • dart/48301 - Avoid speculative conversion in ffi Pointer.asTypedList.

v2.10.0

Compare Source

Initial stable release.

v2.8.1

Compare Source

This hotfix release addresses the following issues:

  • flutter/94914 - Apps using google_sign_in or google_maps don't build in iOS Simulator on ARM macOS
  • flutter/90783 - In rare circumstances, engine may crash during app termination on iOS and macOS
  • dart/47914 - AOT compilation fails with error "Invalid argument(s): Missing canonical name for Reference"
  • dart/47815 - Running dart pub publish with custom pub package server that has URL containing a path may fail.

v2.8.0

Compare Source

Initial stable release.

v2.5.3

Compare Source

This hotfix release addresses the following issues:

  • dart/47321 - Fix a potential out-of-memory condition with analysis server plugins
  • dart/47432 - Fix certificate loading on Windows when there are expired certificates
  • flutter/83792 - Fix HTTPS issue related to: "HttpClient throws Invalid argument(s): Invalid internet address"

v2.5.2

Compare Source

This hotfix release addresses the following issues:

  • dart/47285 - Fix a regression to the performance of code completions
  • dart/47316 - Dynamic tables in ELF files have invalid relocated addresses
  • flutter/89912 - Building iOS app generates unnecessary Flutter.build folder

v2.5.1

Compare Source

This hotfix release addresses the following issues:

v2.5.0

Compare Source

Initial stable release.

v2.2.3

Compare Source

This hotfix release addresses the following issues:

  • flutter/84212 - Upgrading to 2.2.1 cause main.dart to crash
  • flutter/83213 - TextFormField not responding to inputs on Android when typing on Microsoft SwiftKey
  • flutter/82838 - Flutter Web failing to compile with "Undetermined Nullability"
  • flutter/82874 - PopupMenuButton is broken after upgrade to Flutter 2.2.

v2.2.2

Compare Source

This hotfix release addresses the following issues:

  • dart/46249 - Ensure start/stop file watching requests are run on the dart thread.
  • dart/46210 - Fix an analyze crash when analyzing against package:meta v1.4.0
  • dart/46173 - Merge a3767f7 to stable channel (2.13)
  • dart/46300 - Fix OOM VM test (transferable_throws_oom_test crashing after upgrade from Ubuntu 16)
  • dart/46298 - Ensure start/stop file watching requests are run on the Dart thread
  • flutter/83799 - Tool may crash if pub is missing from the artifact cache
  • flutter/83102 - Generated l10n file is missing ‘intl’ import with Flutter 2.2.0
  • flutter/83094 - Flutter AOT precompiler crash
  • flutter/82874 - PopupMenuButton is broken after upgrade to Flutter 2.2.

v2.2.1

Compare Source

This hotfix release addresses the following issues:

  • flutter/80978 - Error "Command PhaseScriptExecution failed with a nonzero exit code" when building on macOS
  • dart/45990 - CastMap performs an invalid cast on 'remove', breaking shared_preferences plugin
  • dart/45907 - DDC missing nullability information from recursive type hierarchies
  • flutter/52106 - [Web] Accessibility focus border doesn’t follow when navigating through interactive elements with tab key
  • flutter/82768 - [Web] svgClip memory leak in Canvaskit renderer

v2.2.0

Compare Source

Initial stable release.

v2.0.6

Compare Source

This hotfix release addresses the following issue:

v2.0.5

Compare Source

This hotfix release addresses the following issue:

  • dart/45306 - Segmentation fault on specific code

v2.0.4

Compare Source

This hotfix release addresses the following issues:

  • flutter/78589 - Cocoapod transitive dependencies with bitcode fail to link against debug Flutter framework
  • flutter/76122 - Adding a WidgetSpan widget causes web HTML renderer painting issue
  • flutter/75280 - Dragging the "draggable" widget causes widget to freeze in the overlay layer on Web

v2.0.3

Compare Source

This hotfix release addresses the following issues:

  • flutter/75261 - Unable to deep link into Android app
  • flutter/78167 - Flutter crash after going to version 2
  • flutter/75677 - NoSuchMethodError: The method 'cancel' was called on null at AnsiSpinner.finish
  • flutter/77419 - Fix Autovalidate enum references in fix data

v2.0.2

Compare Source

This hotfix release addresses the following issues:

  • flutter/77251 - Flutter may show multiple snackbars when Scaffold is nested
  • flutter/75473 - CanvasKit throws error when using Path.from
  • flutter/76597 - When multiple Flutter engines are active, destroying one engine causes crash
  • flutter/75061 - '_initialButtons == kPrimaryButton': is not true
  • flutter/77419 - Fix Autovalidate enum references in fix data
  • dart/45214 - Bad state exception can occur when HTTPS connection attempt errors or is aborted
  • dart/45140 - Uint8List reports type exception while using + operator in null safety mode

v2.0.1

Compare Source

This hotfix release addresses the following issue:

  • flutter/77173 - Building for macOS target fails when Flutter is installed from website

v2.0.0

Compare Source

Initial stable release.


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.

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