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.27.1 #35

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2022

This PR contains the following updates:

Package Update Change
flutter (source) minor 3.3.1 -> 3.27.1

Release Notes

flutter/flutter (flutter)

v3.27.1

Compare Source

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

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:

v3.7.0

Compare Source

Initial stable release.

v3.3.10

Compare Source

This hotfix release addresses the following issues:

  • flutter/113314 - Glitches appear when scrolling on Android TV devices.
  • flutter/80401 - Some widgets are not visible when nested inside of ClipRRect in CanvasKit mode when using Flutter web on Safari.

v3.3.9

Compare Source

This hotfix release addresses the following issues:

  • dart/50199 - fix error when using private variable setters in mixins on dart web.
  • dart/50392 - Type parameter nullability performs incorrectly in factory constructors.

v3.3.8

Compare Source

This hotfix release addresses the following issues:

  • flutter/113973 - Fix null safety issue in TextFormField when Android devices pass no data
  • flutter/109632 - Fix type conversion in TextInput that didn’t allow num types

v3.3.7

Compare Source

This hotfix release addresses the following issues:

  • flutter/113550 - Fix unnecessary null safe exceptions in input decorators on Android
  • flutter/100522 - Speculative fix for iOS screen flickering

v3.3.6

Compare Source

This hotfix release addresses the following issues:

  • flutter/111255 - Using WebView leads to size error in platform_views since Flutter 3.3.0

v3.3.5

Compare Source

This hotfix release addresses the following issues:

  • flutter/113035 - Apps crash when FadeInImage switches from cached to uncached images.
  • flutter/112228 - Move documentation build and deployment to post-submit.
  • flutter/36807 - Apps crash when combining emojis and Korean text.
  • flutter/112887 - When debugging web apps, erroneous errors are displayed.

v3.3.4

Compare Source

This hotfix release addresses the following issues:

  • Flutter/36181 - On Flutter desktop apps, pixel snapping performs incorrectly when using opacity layers at certain DPRs and screen sizes.
  • flutter/36491 - On android devices with a refresh rate greater than 60hz, frames jump when scrolling.

v3.3.3

Compare Source

This hotfix release addresses the following issues:

  • flutter/111475 - Signing errors on iOS pod bundle resources on Xcode 14 "Signing for "x" requires a development team."
  • flutter/110671 - App crashes on latest versions when AnimatedContainer / Container height is set to 0 and throws uncaught exception
  • flutter/107590 - Flutter tools ShaderCompilerException with exit code -1073740791.
  • flutter/110640 - Fatal crash with java.lang.AssertionError when selecting text in TextField.
  • dart/50075 - Security vulnerability: There is a auth bypass vulnerability in Dart SDK, specifically dart:uri core library, used to parse and validate URLs.
  • dart/50052 - Avoid CFE crash when input contains invalid super parameters usage.

v3.3.2

Compare Source

This hotfix release addresses the following issues:

  • flutter/111411 - Package assets fail to load.
  • flutter/111296 - Custom embedders fail to build for 32 bit targets.
  • flutter/111274 - Android plugins crash when using platform view's Virtual Display fallback.
  • flutter/111231 - Text rendering is handled incorrectly.
  • dart/49923 - Incorrect type propagation when using late variables in catch blocks.

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 force-pushed the renovate/flutter-3.x branch from c6ddcde to f9b6a9b Compare September 28, 2022 21:01
@renovate renovate bot changed the title Update dependency flutter to v3.3.2 Update dependency flutter to v3.3.3 Sep 28, 2022
@yashrajjain726 yashrajjain726 self-assigned this Sep 30, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from f9b6a9b to 3aaebdd Compare October 5, 2022 19:15
@renovate renovate bot changed the title Update dependency flutter to v3.3.3 Update dependency flutter to v3.3.4 Oct 5, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 3aaebdd to 927d16e Compare October 19, 2022 23:13
@renovate renovate bot changed the title Update dependency flutter to v3.3.4 Update dependency flutter to v3.3.5 Oct 19, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 927d16e to b730508 Compare October 26, 2022 17:22
@renovate renovate bot changed the title Update dependency flutter to v3.3.5 Update dependency flutter to v3.3.6 Oct 26, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from b730508 to fbb7fad Compare November 2, 2022 18:46
@renovate renovate bot changed the title Update dependency flutter to v3.3.6 Update dependency flutter to v3.3.7 Nov 2, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from fbb7fad to c1fc032 Compare November 9, 2022 20:25
@renovate renovate bot changed the title Update dependency flutter to v3.3.7 Update dependency flutter to v3.3.8 Nov 9, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from c1fc032 to 5442c5d Compare November 23, 2022 18:26
@renovate renovate bot changed the title Update dependency flutter to v3.3.8 Update dependency flutter to v3.3.9 Nov 23, 2022
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 5442c5d to 3b6d6f1 Compare December 16, 2022 00:23
@renovate renovate bot changed the title Update dependency flutter to v3.3.9 Update dependency flutter to v3.3.10 Dec 16, 2022
@renovate renovate bot changed the title Update dependency flutter to v3.3.10 Update dependency flutter to v3.7.7 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 3b6d6f1 to 0ce8a1d Compare March 17, 2023 12:12
@renovate renovate bot changed the title Update dependency flutter to v3.7.7 Update dependency flutter to v3.7.8 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 0ce8a1d to 6fe7b7b Compare March 22, 2023 23:30
@renovate renovate bot changed the title Update dependency flutter to v3.7.8 Update dependency flutter to v3.7.9 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 6fe7b7b to bf2d0c0 Compare March 30, 2023 20:00
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from bf2d0c0 to 5323da9 Compare April 17, 2023 13:35
@renovate renovate bot changed the title Update dependency flutter to v3.7.9 Update dependency flutter to v3.7.11 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 5323da9 to ade6abc Compare May 28, 2023 09:10
@renovate renovate bot changed the title Update dependency flutter to v3.7.11 Update dependency flutter to v3.10.2 May 28, 2023
@renovate renovate bot changed the title Update dependency flutter to v3.10.2 Update dependency flutter to v3.10.3 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from ade6abc to ef5cfd6 Compare June 2, 2023 18:58
@renovate renovate bot changed the title Update dependency flutter to v3.10.3 Update dependency flutter to v3.10.4 Jun 10, 2023
@renovate renovate bot changed the title Update dependency flutter to v3.19.3 Update dependency flutter to v3.19.4 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 54d58ff to d65dfc9 Compare March 28, 2024 17:33
@renovate renovate bot changed the title Update dependency flutter to v3.19.4 Update dependency flutter to v3.19.5 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from d65dfc9 to 62b9bd9 Compare April 17, 2024 23:16
@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 62b9bd9 to 8b9ac61 Compare May 13, 2024 21:03
@renovate renovate bot changed the title Update dependency flutter to v3.19.6 Update dependency flutter to v3.22.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 8b9ac61 to 82a5652 Compare May 22, 2024 21:42
@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 82a5652 to 06bd5d2 Compare June 6, 2024 18:09
@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 06bd5d2 to 7d56636 Compare July 18, 2024 03:41
@renovate renovate bot changed the title Update dependency flutter to v3.22.2 Update dependency flutter to v3.22.3 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 7d56636 to 32bca07 Compare August 6, 2024 19:49
@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 32bca07 to e6e196e Compare August 21, 2024 20:42
@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 force-pushed the renovate/flutter-3.x branch from e6e196e to 6a9d5dd Compare September 4, 2024 16:23
@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 6a9d5dd to 1dfd74d Compare September 12, 2024 20:35
@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 1dfd74d to d0c287c Compare October 24, 2024 18:11
@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 d0c287c to 43b7be1 Compare November 14, 2024 04:50
@renovate renovate bot changed the title Update dependency flutter to v3.24.4 Update dependency flutter to v3.24.5 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 43b7be1 to 764a842 Compare December 11, 2024 19:12
@renovate renovate bot changed the title Update dependency flutter to v3.24.5 Update dependency flutter to v3.27.0 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/flutter-3.x branch from 764a842 to 3bbd99a Compare December 17, 2024 01:00
@renovate renovate bot changed the title Update dependency flutter to v3.27.0 Update dependency flutter to v3.27.1 Dec 17, 2024
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.

1 participant