Allan-Nava / nakama-flutter

Dart / Flutter client for Nakama server.
https://github.com/obrunsmann/flutter_nakama
MIT License
123 stars 5 forks source link

Update dependency flutter to v3 #23

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

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.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3244) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.3...3.24.4) - [dart 3.5.4 changelog](https://redirect.github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#354---2024-10-17) - [flutter/154915](https://redirect.github.com/flutter/engine/pull/55366) - \[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](https://redirect.github.com/flutter/flutter/issues/153471) - \[Tool] Fixes RPCError crash when setting up log filtering for Android devices. ### [`v3.24.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3243) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.2...3.24.3) - [dart 3.5.3 changelog](https://redirect.github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#353---2024-09-11) - [flutter/154275](https://redirect.github.com/flutter/flutter/issues/154275) - \[Android] Fixes performance issues on Android caused by engine threads not matching the core count. - [flutter/154276](https://redirect.github.com/flutter/flutter/issues/154276) - \[Impeller] Fixes an issue on iOS preventing mesh gradients from rendering correctly. - [flutter/154349](https://redirect.github.com/flutter/flutter/issues/154349) - \[Wasm] Fixes an issue on web causing Platform Views to break when compiled to Wasm. - [flutter/154564](https://redirect.github.com/flutter/flutter/issues/154564) - \[Impeller]\[iOS] Fixes an issue when using Impeller on iOS when using backdrop filers on older iPads,causing the GPU to hand. - [flutter/154712](https://redirect.github.com/flutter/flutter/issues/154712) - \[iOS] Fixes an issue on iOS causing video playback to flicker. - [flutter/154892](https://redirect.github.com/flutter/flutter/issues/154892) - \[Impeller]\[iOS] Fixes an issue when using Impeller on iOS causing a memory leak when using Platform Views. - [flutter/154536](https://redirect.github.com/flutter/flutter/issues/154536) - \[Tool] Fixes a CLI crash that occurs when shutting down after running a Flutter app on a browser. - [flutter/154720](https://redirect.github.com/flutter/flutter/pull/154720) - Fixes an issue with the `Drawer` widget, causing it to open or close incorrectly. - [flutter/154944](https://redirect.github.com/flutter/flutter/pull/154944) - \[Tool] Fixes a Flutter tool crash that occurs when building Flutter modules for Android when using AGP 8.0+. ### [`v3.24.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3242) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.1...3.24.2) - [Dart 3.5.2 Changelog](https://redirect.github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#352---2024-08-28) - [flutter/153949](https://redirect.github.com/flutter/flutter/issues/153949) - Fixes a crash on Android when deleting `EditableText` inside `CupertinoPageRoute`, with a CJK (chinese, japanese, korean) keyboard. - [flutter/153939](https://redirect.github.com/flutter/flutter/issues/153939) - Fixes an issue on iOS where Flutter `TextField`s may stop accepting input. - [flutter/152420](https://redirect.github.com/flutter/flutter/issues/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](https://redirect.github.com/flutter/flutter/pull/154199) - Removes excessive logging when building a freshly created template app for Android. - [flutter/153967](https://redirect.github.com/flutter/flutter/pull/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](https://redirect.github.com/flutter/flutter/pull/153769) - When running a Flutter app, display a concise error message when connection to the device is lost. - [flutter/154270](https://redirect.github.com/flutter/flutter/pull/154270) - Prevent preemptive gradle crash for android builds that would fail to build anyway but with a confusing error message. - [flutter/54735](https://redirect.github.com/flutter/engine/pull/54735) - Fixes an error on Flutter Web where `onTap` is called twice on various widgets (`GestureDetector`, `InkWell`) when semantics are enabled. ### [`v3.24.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3241) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.24.0...3.24.1) - [dart/56464](https://redirect.github.com/dart-lang/sdk/issues/56464) - Fixes resolving `include:` in `analysis_options.yaml` file in a nested folder in the workspace. - [dart/56423](https://redirect.github.com/dart-lang/sdk/issues/56423) - Fixes source maps generated by `dart compile wasm` when optimizations are enabled. - [dart/56374](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/flutter/flutter/issues/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](https://redirect.github.com/flutter/flutter/issues/153308) - \[Web] Adds source map support in `flutter run` / `flutter build` for `dart2wasm` for debugging in Chrome DevTools. - [flutter/54446](https://redirect.github.com/flutter/engine/pull/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](https://redirect.github.com/flutter/flutter/issues/152955) - \[Impeller] Fixes an issue where when using unbound `saveLayers` rendering issues would occur. - [flutter/153037](https://redirect.github.com/flutter/flutter/issues/153037) - \[Impeller] Fixes an issue where RTL glyphs would render incorrectly. - [flutter/153038](https://redirect.github.com/flutter/flutter/issues/153038) - \[Impeller] Fixes an issue where padding would be applied incorrectly in `Canvas.drawVerticies` when using texture coordinates. - [flutter/153041](https://redirect.github.com/flutter/flutter/issues/153041) - \[Impeller] Fixes an rare issue causing applications to crash when using platform views on older iPhones. - [flutter/153188](https://redirect.github.com/flutter/flutter/issues/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](https://redirect.github.com/flutter/engine/pull/54513) - \[iOS/MacOS] Fixes an issue preventing iOS Apps Store validation from failing for Flutter apps using Xcode versions before Xcode 16. - [flutter/54518](https://redirect.github.com/flutter/engine/pull/54518) - Fixes an issue on OpenGL ES devices where a black screen would appear instead of the Flutter app output. - [flutter/153117](https://redirect.github.com/flutter/flutter/pull/153117) \[iOS/MacOS] Fixes an issue where compilation errors are not displayed in the output of `flutter run` when using Xcode 16. - [flutter/153321](https://redirect.github.com/flutter/flutter/issues/153321) - \[Desktop] Fixes an issue where older Windows devices could not run Flutter apps built using Flutter 3.21 or later. - [flutter/153294](https://redirect.github.com/flutter/flutter/pull/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](https://redirect.github.com/flutter/flutter/pull/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`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3240) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.22.3...3.24.0) Initial stable release. ### [`v3.22.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3223-July-17-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.22.2...3.22.3) - [dart/55979](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/55943) - Fixes an issue where FFI calls with variadic arguments on MacOS Arm64 would mangle the arguments. - [flutter/149700](https://redirect.github.com/flutter/flutter/issues/149700) - \[Impeller] Fixes rendering corruption when running on Intel mac simulators. - [flutter/149701](https://redirect.github.com/flutter/flutter/issues/149701) - \[Impeller] Fixes an issue on iOS that causese paths to render incorrectly. - [flutter/149702](https://redirect.github.com/flutter/flutter/issues/149702) - \[Impeller] Corrects and issue on iOs where coverage computation results in distored pixels in Impeller targets. - [flutter/149704](https://redirect.github.com/flutter/flutter/issues/149704) - \[Impeller] Fixes and issue on iOS where flickering may be occur when translating a blurred rounded rectangle. - [flutter/149745](https://redirect.github.com/flutter/flutter/issues/149745) - \[Impeller] Fixes a segfault on iOS when tessellating empty convex polygons. - [flutter/149771](https://redirect.github.com/flutter/flutter/issues/149771) - \[Impeller] Fixes a rendering error on iOS when advanced blend is double scaled. - [flutter/53183](https://redirect.github.com/flutter/engine/pull/53183) - Fixes an issue where Linux apps show visual corruption on some frames - [flutter/149856](https://redirect.github.com/flutter/flutter/issues/149856) - Clarifies Flutter Fix log on how to update Kotlin Gradle Plugin that was introduced in Flutter 3.19. - [flutter/150617](https://redirect.github.com/flutter/flutter/pull/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](https://redirect.github.com/flutter/flutter/issues/150724) - Fixes an issue on Web+Linux that prevents users from inputting data using the numpad. - [flutter/150787](https://redirect.github.com/flutter/flutter/pull/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`](https://redirect.github.com/flutter/flutter/compare/3.22.1...3.22.2) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.22.1...3.22.2) ### [`v3.22.1`](https://redirect.github.com/flutter/flutter/compare/3.22.0...3.22.1) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.22.0...3.22.1) ### [`v3.22.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3220-May-14-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.6...3.22.0) Initial stable release. ### [`v3.19.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3196-April-17-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.5...3.19.6) - [dart/55430](https://redirect.github.com/dart-lang/sdk/issues/55430) - Fixes an issue with JS interop in dart2wasm where JS interop methods that used the enclosing library‘s [@​JS](https://redirect.github.com/JS) annotation were actually using the invocation’s enclosing library's [@​JS](https://redirect.github.com/JS) annotation. - [flutter/145563](https://redirect.github.com/flutter/flutter/issues/145563) - Fixes severe performance regression on Firefox in v. 3.19. - [flutter/144439](https://redirect.github.com/flutter/flutter/issues/144439) - Removes the --enable-impeller run flag and FLTEnableImpeller plist key on iOS. ### [`v3.19.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3195-March-28-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.4...3.19.5) - [dart/55211](https://redirect.github.com/dart-lang/sdk/issues/55211) - Fixes an issue where dart vm crashed when running on pre-SSE41 older CPUs on Windows. ### [`v3.19.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3194-March-21-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.3...3.19.4) - [flutter/144211](https://redirect.github.com/flutter/flutter/issues/144211) - Reverts a clipping optimization that is broken when multiple clips are applied with a backdrop filter. - [flutter/144213](https://redirect.github.com/flutter/flutter/issues/144213) - Fix flickering of gaussian blurs in scrolling containers. - [dart/55158](https://redirect.github.com/dart-lang/sdk/issues/55158) - Fixes an exception when executing hot reload after making compilation-successful changes. - [dart/55194](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/55240) - ​​Fix DateTime.timeZoneName on Windows. ### [`v3.19.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3193-March-07-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.2...3.19.3) - [flutter/144565](https://redirect.github.com/flutter/flutter/issues/144565) - Fixes a tool crash when attempting to render a frame with raster stats on an application with the Impeller backend. - [dart/55057](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/55095) - ​​Disallows certain types involving extension types from being used as the operand of an `await` expression, unless the extension type itself implements`Future`. ### [`v3.19.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3192-February-28-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.1...3.19.2) - [flutter/143886](https://redirect.github.com/flutter/flutter/issues/143886) - Fixes a parsing issue that caused the Flutter tool to crash in some circumstances. ### [`v3.19.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3191-February-21-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.19.0...3.19.1) - [flutter/143574](https://redirect.github.com/flutter/flutter/issues/143574) - Fixes an issue in Flutter web builds that disallowed the use of`--flavor` while launching. ### [`v3.19.0`](https://redirect.github.com/flutter/flutter/compare/3.16.9...3.19.0) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.9...3.19.0) ### [`v3.16.9`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3169-January-25-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.8...3.16.9) - [dart/54699](https://redirect.github.com/dart-lang/sdk/issues/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`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3168-January-17-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.7...3.16.8) - [dart/54494](https://redirect.github.com/dart-lang/sdk/issues/54494) - Fix Dart2js stack overflow in value range analysis. ### [`v3.16.7`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3167-January-11-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.6...3.16.7) - [dart/54427](https://redirect.github.com/dart-lang/sdk/issues/54427) - Upgrades Dart DevTools to version 2.28.5. - [dart/54428](https://redirect.github.com/dart-lang/sdk/issues/54428) - Fixes an issue with serving static DevTools assets. ### [`v3.16.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3166-January-10-2024) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.5...3.16.6) - [flutter/141017](https://redirect.github.com/flutter/flutter/issues/141017) - Migrates event sent with every command for analytics. - [flutter/136060](https://redirect.github.com/flutter/flutter/issues/136060) - Fixes Xcode 15 crashes EXC_BAD_ACCESS when using the Networking framework. - [flutter/140416](https://redirect.github.com/flutter/flutter/issues/140416) - Fixes PathNotFoundException deleting temp dir in IOSCoreDeviceControl.\_listCoreDevices. - [dartlang/webdev/2297](https://redirect.github.com/dart-lang/webdev/issues/2297) - Fixes DWDS error when debugging on web. ### [`v3.16.5`](https://redirect.github.com/flutter/flutter/compare/3.16.4...3.16.5) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.4...3.16.5) ### [`v3.16.4`](https://redirect.github.com/flutter/flutter/compare/3.16.3...3.16.4) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.3...3.16.4) ### [`v3.16.3`](https://redirect.github.com/flutter/flutter/compare/3.16.2...3.16.3) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.2...3.16.3) ### [`v3.16.2`](https://redirect.github.com/flutter/flutter/compare/3.16.1...3.16.2) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.1...3.16.2) ### [`v3.16.1`](https://redirect.github.com/flutter/flutter/compare/3.16.0...3.16.1) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.16.0...3.16.1) ### [`v3.16.0`](https://redirect.github.com/flutter/flutter/compare/3.13.9...3.16.0) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.9...3.16.0) ### [`v3.13.9`](https://redirect.github.com/flutter/flutter/compare/3.13.8...3.13.9) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.8...3.13.9) ### [`v3.13.8`](https://redirect.github.com/flutter/flutter/compare/3.13.7...3.13.8) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.7...3.13.8) ### [`v3.13.7`](https://redirect.github.com/flutter/flutter/compare/3.13.6...3.13.7) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.6...3.13.7) ### [`v3.13.6`](https://redirect.github.com/flutter/flutter/compare/3.13.5...3.13.6) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.5...3.13.6) ### [`v3.13.5`](https://redirect.github.com/flutter/flutter/compare/3.13.4...3.13.5) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.4...3.13.5) ### [`v3.13.4`](https://redirect.github.com/flutter/flutter/compare/3.13.3...3.13.4) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.3...3.13.4) ### [`v3.13.3`](https://redirect.github.com/flutter/flutter/compare/3.13.2...3.13.3) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.2...3.13.3) ### [`v3.13.2`](https://redirect.github.com/flutter/flutter/compare/3.13.1...3.13.2) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.1...3.13.2) ### [`v3.13.1`](https://redirect.github.com/flutter/flutter/compare/3.13.0...3.13.1) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.13.0...3.13.1) ### [`v3.13.0`](https://redirect.github.com/flutter/flutter/compare/3.10.6...3.13.0) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.6...3.13.0) ### [`v3.10.6`](https://redirect.github.com/flutter/flutter/compare/3.10.5...3.10.6) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.5...3.10.6) ### [`v3.10.5`](https://redirect.github.com/flutter/flutter/compare/3.10.4...3.10.5) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.4...3.10.5) ### [`v3.10.4`](https://redirect.github.com/flutter/flutter/compare/3.10.3...3.10.4) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.3...3.10.4) ### [`v3.10.3`](https://redirect.github.com/flutter/flutter/compare/3.10.2...3.10.3) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.2...3.10.3) ### [`v3.10.2`](https://redirect.github.com/flutter/flutter/compare/3.10.1...3.10.2) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.1...3.10.2) ### [`v3.10.1`](https://redirect.github.com/flutter/flutter/compare/3.10.0...3.10.1) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.10.0...3.10.1) ### [`v3.10.0`](https://redirect.github.com/flutter/flutter/compare/3.7.12...3.10.0) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.12...3.10.0) ### [`v3.7.12`](https://redirect.github.com/flutter/flutter/compare/3.7.11...3.7.12) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.11...3.7.12) ### [`v3.7.11`](https://redirect.github.com/flutter/flutter/compare/3.7.10...3.7.11) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.10...3.7.11) ### [`v3.7.10`](https://redirect.github.com/flutter/flutter/compare/3.7.9...3.7.10) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.9...3.7.10) ### [`v3.7.9`](https://redirect.github.com/flutter/flutter/compare/3.7.8...3.7.9) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.8...3.7.9) ### [`v3.7.8`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#378-Mar-22-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.7...3.7.8) This hotfix release addresses the following issues: - [flutter/119441](https://redirect.github.com/flutter/flutter/issues/119441) - Fixes an issue where the `Toolbar` widget is incorrectly positioned when inside of a textfield in the Appbar. ### [`v3.7.7`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#377-Mar-08-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.6...3.7.7) This hotfix release addresses the following issues: - [flutter/121256](https://redirect.github.com/flutter/flutter/issues/121256) - Fixes an issue where Android users can not use add2app because it can not locate build/host/apk/app-debug.apk. - [engine/120455](https://redirect.github.com/flutter/flutter/issues/120455) Cached DisplayList opacity inheritance fix. - [dart/121270](https://redirect.github.com/flutter/flutter/issues/121270) - Fixes mobile device VM crashes caused by particular use of RegExp on mobile devices. ### [`v3.7.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#376-Mar-01-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.5...3.7.6) This hotfix release addresses the following issues: - [dart/50981](https://redirect.github.com/dart-lang/sdk/issues/50981) - Improve performance of Dart Analysis Server by limiting the analysis context to 1. - [dart/51481](https://redirect.github.com/dart-lang/sdk/issues/51481) - Update DDC test and builder configuration - [flutter/114031](https://redirect.github.com/flutter/flutter/issues/114031) - Fixes a crash when using `flutter doctor --android-licenses` on macOS. - [flutter/106674](https://redirect.github.com/flutter/flutter/issues/106674) - Fixes an issue where Flutter is unable to find the current JDK in specific versions of Android Studio. ### [`v3.7.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#375-Feb-22-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.4...3.7.5) This hotfix release addresses the following issues: - [flutter/119180](https://redirect.github.com/flutter/flutter/issues/119180) - Apple Pencil writes on Flutter apps instead of scrolling when outside of a text field. - [flutter/120220](https://redirect.github.com/flutter/flutter/issues/120220) - \[Impeller] Flutter apps may crash when some clip operations are used. ### [`v3.7.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#374-Feb-21-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.3...3.7.4) This hotfix release addresses the following issues: - [flutter/116360](https://redirect.github.com/flutter/flutter/issues/116360) - Flutter web apps will not load if accessed through any other path than `/`. - [flutter/119557](https://redirect.github.com/flutter/flutter/issues/119557) - Localization files incorrectly overridden stopping Flutter applications from running. - [flutter/116459](https://redirect.github.com/flutter/flutter/issues/116459) - Localization files do not parse when using numbers as select cases. ### [`v3.7.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#373-Feb-9-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.2...3.7.3) This hotfix release addresses the following issues: - [flutter/119507](https://redirect.github.com/flutter/flutter/issues/119507) - Asset inclusion regression can cause unexpected app bundle size increase - [flutter/119289](https://redirect.github.com/flutter/flutter/issues/119289) - \[Impeller] ImageFilter.blur Edge sampling issue. - [flutter/119950](https://redirect.github.com/flutter/flutter/issues/119950) - \[Impeller] Improve blur performance for Android and iPad Pro. - [flutter/119190](https://redirect.github.com/flutter/flutter/pull/119190) - Fix lexer issue where select/plural/other/underscores cannot be in identifier names. ### [`v3.7.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#372-Feb-8-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.1...3.7.2) This hotfix release addresses the following issues: - [flutter/119881](https://redirect.github.com/flutter/flutter/issues/119881) - \[Impeller] App performance decreases when using emulated dashed lines. - [flutter/119245](https://redirect.github.com/flutter/flutter/issues/119245) - \[Impeller] App crashes due to invalid textures when using impeller. - [flutter/119489](https://redirect.github.com/flutter/flutter/issues/119489) - \[Impeller] Text glyphs render incorrectly on different font weights - [flutter/103847](https://redirect.github.com/flutter/flutter/issues/103847) - Fix animation jank on some iPhone models. - [flutter/119593](https://redirect.github.com/flutter/flutter/issues/119593) - Localization files fail to generate when `FLUTTER_STORAGE_BASE_URL` is overridden. - [flutter/119084](https://redirect.github.com/flutter/flutter/issues/119084) - When requesting to evaluate multiple expressions while debugging Flutter web apps, tooling fails before finishing operations. - [flutter/119261](https://redirect.github.com/flutter/flutter/issues/119261) - Flutter tool crashes when attempting to update the artifact cache. - [flutter/117420](https://redirect.github.com/flutter/flutter/issues/117420) - Ink ripple is rendered incorrectly inside of the `NavigationBar` widget when using Material 3. - [dart/50622](https://redirect.github.com/dart-lang/sdk/issues/50622) - VM crashes when mixing the use of double and float calculations in debug/JIT configuration. - [flutter/119220](https://redirect.github.com/flutter/flutter/issues/119220) - Compiler may crash when attempting to inline a method with lots of optional parameters with distinct default values. - [dart/51087](https://redirect.github.com/dart-lang/sdk/issues/51087) - `part_of_different_library` error may be encountered when using `PackageBuildWorkspace`. ### [`v3.7.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3712-Apr-19-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.7.0...3.7.1) This hotfix release addresses the following issues: - [flutter/124838](https://redirect.github.com/flutter/flutter/issues/124838) - Support Gradle 8 ### [`v3.7.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#370-Jan-24-2023) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.10...3.7.0) Initial stable release. ### [`v3.3.10`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3310-Dec-16-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.9...3.3.10) This hotfix release addresses the following issues: - [flutter/113314](https://redirect.github.com/flutter/flutter/issues/113314) - Glitches appear when scrolling on Android TV devices. - [flutter/80401](https://redirect.github.com/flutter/flutter/issues/80401) - Some widgets are not visible when nested inside of `ClipRRect` in CanvasKit mode when using Flutter web on Safari. ### [`v3.3.9`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#339-Nov-23-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.8...3.3.9) This hotfix release addresses the following issues: - [dart/50199](https://redirect.github.com/dart-lang/sdk/issues/50119) - fix error when using private variable setters in mixins on dart web. - [dart/50392](https://redirect.github.com/dart-lang/sdk/issues/50392) - Type parameter nullability performs incorrectly in factory constructors. ### [`v3.3.8`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#338-Nov-09-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.7...3.3.8) This hotfix release addresses the following issues: - [flutter/113973](https://redirect.github.com/flutter/flutter/issues/113973) - Fix null safety issue in TextFormField when Android devices pass no data - [flutter/109632](https://redirect.github.com/flutter/flutter/issues/109632) - Fix type conversion in TextInput that didn’t allow num types ### [`v3.3.7`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#337-Nov-2-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.6...3.3.7) This hotfix release addresses the following issues: - [flutter/113550](https://redirect.github.com/flutter/flutter/issues/113550) - Fix unnecessary null safe exceptions in input decorators on Android - [flutter/100522](https://redirect.github.com/flutter/flutter/issues/100522) - Speculative fix for iOS screen flickering ### [`v3.3.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#336-Oct-26-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.5...3.3.6) This hotfix release addresses the following issues: - [flutter/111255](https://redirect.github.com/flutter/flutter/issues/111255) - Using WebView leads to size error in platform_views since Flutter 3.3.0 ### [`v3.3.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#335-Oct-19-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.4...3.3.5) This hotfix release addresses the following issues: - [flutter/113035](https://redirect.github.com/flutter/flutter/pull/113035) - Apps crash when `FadeInImage` switches from cached to uncached images. - [flutter/112228](https://redirect.github.com/flutter/flutter/pull/112228) - Move documentation build and deployment to post-submit. - [flutter/36807](https://redirect.github.com/flutter/engine/pull/36807) - Apps crash when combining emojis and Korean text. - [flutter/112887](https://redirect.github.com/flutter/flutter/pull/112887) - When debugging web apps, erroneous errors are displayed. ### [`v3.3.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#334-Oct-05-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.3...3.3.4) This hotfix release addresses the following issues: - [Flutter/36181](https://redirect.github.com/flutter/engine/pull/36181) - On Flutter desktop apps, pixel snapping performs incorrectly when using opacity layers at certain DPRs and screen sizes. - [flutter/36491](https://redirect.github.com/flutter/engine/pull/36491) - On android devices with a refresh rate greater than 60hz, frames jump when scrolling. ### [`v3.3.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#333-Sept-28-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.2...3.3.3) This hotfix release addresses the following issues: - [flutter/111475](https://redirect.github.com/flutter/flutter/issues/111475) - Signing errors on iOS pod bundle resources on Xcode 14 "Signing for "x" requires a development team." - [flutter/110671](https://redirect.github.com/flutter/flutter/issues/110671) - App crashes on latest versions when AnimatedContainer / Container height is set to 0 and throws uncaught exception - [flutter/107590](https://redirect.github.com/flutter/flutter/issues/107590) - Flutter tools ShaderCompilerException with exit code -1073740791. - [flutter/110640](https://redirect.github.com/flutter/flutter/issues/110640) - Fatal crash with java.lang.AssertionError when selecting text in TextField. - [dart/50075](https://redirect.github.com/dart-lang/sdk/issues/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](https://redirect.github.com/dart-lang/sdk/issues/50052) - Avoid CFE crash when input contains invalid super parameters usage. ### [`v3.3.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#332-Sept-14-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.1...3.3.2) This hotfix release addresses the following issues: - [flutter/111411](https://redirect.github.com/flutter/flutter/issues/111411) - Package assets fail to load. - [flutter/111296](https://redirect.github.com/flutter/flutter/issues/111296) - Custom embedders fail to build for 32 bit targets. - [flutter/111274](https://redirect.github.com/flutter/flutter/issues/111274) - Android plugins crash when using platform view's Virtual Display fallback. - [flutter/111231](https://redirect.github.com/flutter/flutter/issues/111231) - Text rendering is handled incorrectly. - [dart/49923](https://redirect.github.com/dart-lang/sdk/issues/49923) - Incorrect type propagation when using `late` variables in catch blocks. ### [`v3.3.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#3310-Dec-16-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.3.0...3.3.1) This hotfix release addresses the following issues: - [flutter/113314](https://redirect.github.com/flutter/flutter/issues/113314) - Glitches appear when scrolling on Android TV devices. - [flutter/80401](https://redirect.github.com/flutter/flutter/issues/80401) - Some widgets are not visible when nested inside of `ClipRRect` in CanvasKit mode when using Flutter web on Safari. ### [`v3.3.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#330-Aug-30-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.0.5...3.3.0) Initial stable release. ### [`v3.0.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#305-July-13-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.0.4...3.0.5) This hotfix release addresses the following issues: - [flutter/106601](https://redirect.github.com/flutter/flutter/issues/106601) - Flutter tool fails on visual studio on certain locales on Windows. - [flutter/106510](https://redirect.github.com/flutter/flutter/issues/106510) - Flutter crashes on launch on ARM devices. - [dart/49054](https://redirect.github.com/dart-lang/sdk/issues/49054) - Improves code completion for Flutter. - [dart/49402](https://redirect.github.com/dart-lang/sdk/issues/49402) - Compiler crashes when using Finalizable parameters. ### [`v3.0.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#304-July-1-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.0.3...3.0.4) This hotfix release addresses the following issues: - [flutter/105183](https://redirect.github.com/flutter/flutter/issues/105183) - Pointer compression on iOS causes OOM - [flutter/103870](https://redirect.github.com/flutter/flutter/issues/103870) - Application crashes on system low memory events - [flutter/105674](https://redirect.github.com/flutter/flutter/issues/105674) - Rendering artifacts from ImagedFiltered/ColorFiltered in animated views ### [`v3.0.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#303-June-22-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.0.2...3.0.3) This hotfix release addresses the following issues: - [dart/49188](https://redirect.github.com/dart-lang/sdk/issues/49188) - Improve analysis of enums and switch. - [dart/49075](https://redirect.github.com/dart-lang/sdk/issues/49075) - Fix compiler crash when initializing Finalizable objects. ### [`v3.0.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#302-June-10-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.0.1...3.0.2) This hotfix release addresses the following issues: - [flutter/104785](https://redirect.github.com/flutter/flutter/issues/104785) - Flutter web apps show a black screen on Safari 13. - [flutter/102451](https://redirect.github.com/flutter/flutter/issues/102451) - `flutter doctor` crashes for Windows users using Visual Studio 2022. - [flutter/103846](https://redirect.github.com/flutter/flutter/issues/103846) - Unexpected line breaks occur when using new text renderer. - [flutter/104569](https://redirect.github.com/flutter/flutter/pull/104569) - Ink Sparkle slows down applications using Material 3. - [flutter/103404](https://redirect.github.com/flutter/flutter/issues/103404) - SliverReorderableList does not drag on Android devices. - [flutter/103556](https://redirect.github.com/flutter/flutter/issues/103566) - Nested horizontal sliders in widgets with horizontal drag gestures do not work in Android applications. - [flutter/100375](https://redirect.github.com/flutter/flutter/issues/100375) - Build process fails when building Windows applications. - [dart/49027](https://redirect.github.com/dart-lang/sdk/issues/49027) - Code suggestion for initState/dispose/setState no longer work on intellij. - [dart/3424](https://redirect.github.com/dart-lang/pub/issues/3424) - `dart pub login` fails when attempting to publish a package. - [dart/49097](https://redirect.github.com/dart-lang/sdk/issues/49097) - `dart analyze` throws errors when using enhance Enums feature. ### [`v3.0.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#301-May-19-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/3.0.0...3.0.1) This hotfix release addresses the following issues: - [flutter/102947](https://redirect.github.com/flutter/flutter/issues/102947) - Radial gradients behave incorrectly when painting text. ### [`v3.0.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#300-May-11-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.10.5...3.0.0) Initial stable release. ### [`v2.10.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#2105-April-18-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.10.4...2.10.5) This hotfix release addresses the following issues: - [flutter/101224](https://redirect.github.com/flutter/flutter/issues/101224) - Flutter web debugger fails when using chrome 100 or greater. ### [`v2.10.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#2104-March-28-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.10.3...2.10.4) This hotfix release addresses the following issues: - [flutter/93871](https://redirect.github.com/flutter/flutter/issues/93871) - Custom embedders fail to build when using default sysroot (GCC 11). - [dart/48559](https://redirect.github.com/dart-lang/sdk/issues/48559) - Flutter web apps crash when using package:freezed. ### [`v2.10.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#2103-March-02-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.10.2...2.10.3) This hotfix release addresses the following issues: - [flutter/98973](https://redirect.github.com/flutter/flutter/issues/98973) - Deadlock in application startup in profile/release mode. - [flutter/98739](https://redirect.github.com/flutter/flutter/issues/98739) - ios: Visual glitch when scrolling a list in a Scaffold that has a Material and Container as bottomNavigationBar. - [flutter/97086](https://redirect.github.com/flutter/flutter/issues/97086) - Windows: Fail to launch app in debug mode. ### [`v2.10.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#2102-February-18-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.10.1...2.10.2) This hotfix release addresses the following issues: - [flutter/95211](https://redirect.github.com/flutter/flutter/issues/95211) - Transform animation with BackdropFilter is causing a crash. - [flutter/98155](https://redirect.github.com/flutter/flutter/issues/98155) - App crashes after upgrading to 2.10.x using webview + video_player plugin. - [flutter/98361](https://redirect.github.com/flutter/flutter/issues/98361) - Error in DL bounds calculations causes incorrect SVG rendering. - [flutter/97767](https://redirect.github.com/flutter/flutter/issues/97767) - New material icons are not properly rendered. - [flutter/95711](https://redirect.github.com/flutter/flutter/issues/95711) - Linux builds default to building GLFW. ### [`v2.10.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#2101-February-9-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.10.0...2.10.1) This hotfix release addresses the following issues: - [flutter/94043](https://redirect.github.com/flutter/flutter/issues/94043) - Autofill does not work in `TextField`. - [flutter/96411](https://redirect.github.com/flutter/flutter/issues/96411) - Safari: Unable to enter text into `TextField`. - [flutter/96661](https://redirect.github.com/flutter/flutter/issues/96661) - Platform views throw fatal exception: Methods marked with [@​UiThread](https://redirect.github.com/UiThread) must be executed on the main thread. - [flutter/97103](https://redirect.github.com/flutter/flutter/issues/97103) - Images become corrupted when using CanvasKit. - [flutter/97679](https://redirect.github.com/flutter/flutter/issues/97679) - Don't remove overlay views when the rasterizer is being torn down. - [dart/48301](https://redirect.github.com/dart-lang/sdk/issues/48301) - Avoid speculative conversion in ffi Pointer.asTypedList. ### [`v2.10.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#2100-February-3-2022) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.8.1...2.10.0) Initial stable release. ### [`v2.8.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#281-December-16-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.8.0...2.8.1) This hotfix release addresses the following issues: - [flutter/94914](https://redirect.github.com/flutter/flutter/issues/94914) - Apps using `google_sign_in` or `google_maps` don't build in iOS Simulator on ARM macOS - [flutter/90783](https://redirect.github.com/flutter/flutter/issues/90783) - In rare circumstances, engine may crash during app termination on iOS and macOS - [dart/47914](https://redirect.github.com/dart-lang/sdk/issues/47914) - AOT compilation fails with error "Invalid argument(s): Missing canonical name for Reference" - [dart/47815](https://redirect.github.com/dart-lang/sdk/issues/47815) - Running `dart pub publish` with custom pub package server that has URL containing a path may fail. ### [`v2.8.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#280-December-8-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.5.3...2.8.0) Initial stable release. ### [`v2.5.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#253-October-15-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.5.2...2.5.3) This hotfix release addresses the following issues: - [dart/47321](https://redirect.github.com/dart-lang/sdk/issues/47321) - Fix a potential out-of-memory condition with analysis server plugins - [dart/47432](https://redirect.github.com/dart-lang/sdk/issues/47432) - Fix certificate loading on Windows when there are expired certificates - [flutter/83792](https://redirect.github.com/flutter/flutter/issues/83792) - Fix HTTPS issue related to: "HttpClient throws Invalid argument(s): Invalid internet address" ### [`v2.5.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#252-September-30-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.5.1...2.5.2) This hotfix release addresses the following issues: - [dart/47285](https://redirect.github.com/dart-lang/sdk/issues/47285) - Fix a regression to the performance of code completions - [dart/47316](https://redirect.github.com/dart-lang/sdk/issues/47316) - Dynamic tables in ELF files have invalid relocated addresses - [flutter/89912](https://redirect.github.com/flutter/flutter/issues/89912) - Building iOS app generates unnecessary Flutter.build folder ### [`v2.5.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#251-September-17-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.5.0...2.5.1) This hotfix release addresses the following issues: - [flutter/88767](https://redirect.github.com/flutter/flutter/issues/88767) - java.lang.SecurityException: Permission denial crash at launch - [flutter/88236](https://redirect.github.com/flutter/flutter/issues/88236) - null check exception during keyboard keypress - [flutter/88221](https://redirect.github.com/flutter/flutter/issues/88221) - Material routes delayed on push and pop - [flutter/84113](https://redirect.github.com/flutter/flutter/issues/84113) - HTTP exceptions talking to VM Service - [flutter/83632](https://redirect.github.com/flutter/flutter/issues/83632) - Scroll view velocity too high ### [`v2.5.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#250-September-8-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.2.3...2.5.0) Initial stable release. ### [`v2.2.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#223-July-2-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.2.2...2.2.3) This hotfix release addresses the following issues: - [flutter/84212](https://redirect.github.com/flutter/flutter/issues/84212) - Upgrading to 2.2.1 cause main.dart to crash - [flutter/83213](https://redirect.github.com/flutter/flutter/issues/83213) - TextFormField not responding to inputs on Android when typing on Microsoft SwiftKey - [flutter/82838](https://redirect.github.com/flutter/flutter/issues/82838) - Flutter Web failing to compile with "Undetermined Nullability" - [flutter/82874](https://redirect.github.com/flutter/flutter/issues/82874) - PopupMenuButton is broken after upgrade to Flutter 2.2. ### [`v2.2.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#222-June-11-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.2.1...2.2.2) This hotfix release addresses the following issues: - [dart/46249](https://redirect.github.com/dart-lang/sdk/issues/46249) - Ensure start/stop file watching requests are run on the dart thread. - [dart/46210](https://redirect.github.com/dart-lang/sdk/issues/46210) - Fix an analyze crash when analyzing against package:meta v1.4.0 - [dart/46173](https://redirect.github.com/dart-lang/sdk/issues/46173) - Merge [`a3767f7`](https://redirect.github.com/flutter/flutter/commit/a3767f7db86a85fcd6201e9357ad47b884002b66) to stable channel (2.13) - [dart/46300](https://redirect.github.com/dart-lang/sdk/issues/46300) - Fix OOM VM test (`transferable_throws_oom_test` crashing after upgrade from Ubuntu 16) - [dart/46298](https://redirect.github.com/dart-lang/sdk/issues/46298) - Ensure start/stop file watching requests are run on the Dart thread - [flutter/83799](https://redirect.github.com/flutter/flutter/issues/83799) - Tool may crash if pub is missing from the artifact cache - [flutter/83102](https://redirect.github.com/flutter/flutter/issues/83102) - Generated l10n file is missing ‘intl’ import with Flutter 2.2.0 - [flutter/83094](https://redirect.github.com/flutter/flutter/issues/83094) - Flutter AOT precompiler crash - [flutter/82874](https://redirect.github.com/flutter/flutter/issues/82874) - PopupMenuButton is broken after upgrade to Flutter 2.2. ### [`v2.2.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#221-May-27-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.2.0...2.2.1) This hotfix release addresses the following issues: - [flutter/80978](https://redirect.github.com/flutter/flutter/issues/80978) - Error "Command PhaseScriptExecution failed with a nonzero exit code" when building on macOS - [dart/45990](https://redirect.github.com/dart-lang/sdk/issues/45990) - CastMap performs an invalid cast on 'remove', breaking shared_preferences plugin - [dart/45907](https://redirect.github.com/dart-lang/sdk/issues/45907) - DDC missing nullability information from recursive type hierarchies - [flutter/52106](https://redirect.github.com/flutter/flutter/issues/52106) - \[Web] Accessibility focus border doesn’t follow when navigating through interactive elements with tab key - [flutter/82768](https://redirect.github.com/flutter/flutter/issues/82768) - \[Web] svgClip memory leak in Canvaskit renderer ### [`v2.2.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#220-May-18-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.6...2.2.0) Initial stable release. ### [`v2.0.6`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#206-April-29-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.5...2.0.6) This hotfix release addresses the following issue: - [flutter/81326](https://redirect.github.com/flutter/flutter/issues/81326) - macOS binaries not codesigned ### [`v2.0.5`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#205-April-16-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.4...2.0.5) This hotfix release addresses the following issue: - [dart/45306](https://redirect.github.com/dart-lang/sdk/issues/45306) - Segmentation fault on specific code ### [`v2.0.4`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#204-April-2-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.3...2.0.4) This hotfix release addresses the following issues: - [flutter/78589](https://redirect.github.com/flutter/flutter/issues/78589) - Cocoapod transitive dependencies with bitcode fail to link against debug Flutter framework - [flutter/76122](https://redirect.github.com/flutter/flutter/issues/76122) - Adding a WidgetSpan widget causes web HTML renderer painting issue - [flutter/75280](https://redirect.github.com/flutter/flutter/issues/75280) - Dragging the "draggable" widget causes widget to freeze in the overlay layer on Web ### [`v2.0.3`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#203-March-19-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.2...2.0.3) This hotfix release addresses the following issues: - [flutter/75261](https://redirect.github.com/flutter/flutter/issues/75261) - Unable to deep link into Android app - [flutter/78167](https://redirect.github.com/flutter/flutter/issues/78167) - Flutter crash after going to version 2 - [flutter/75677](https://redirect.github.com/flutter/flutter/issues/75677) - NoSuchMethodError: The method 'cancel' was called on null at AnsiSpinner.finish - [flutter/77419](https://redirect.github.com/flutter/flutter/pull/77419) - Fix Autovalidate enum references in fix data ### [`v2.0.2`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#202-March-12-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.1...2.0.2) This hotfix release addresses the following issues: - [flutter/77251](https://redirect.github.com/flutter/flutter/issues/77251) - Flutter may show multiple snackbars when Scaffold is nested - [flutter/75473](https://redirect.github.com/flutter/flutter/issues/75473) - CanvasKit throws error when using Path.from - [flutter/76597](https://redirect.github.com/flutter/flutter/issues/76597) - When multiple Flutter engines are active, destroying one engine causes crash - [flutter/75061](https://redirect.github.com/flutter/flutter/issues/75061) - '\_initialButtons == kPrimaryButton': is not true - [flutter/77419](https://redirect.github.com/flutter/flutter/pull/77419) - Fix Autovalidate enum references in fix data - [dart/45214](https://redirect.github.com/dart-lang/sdk/issues/45214) - Bad state exception can occur when HTTPS connection attempt errors or is aborted - [dart/45140](https://redirect.github.com/dart-lang/sdk/issues/45140) - Uint8List reports type exception while using + operator in null safety mode ### [`v2.0.1`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#201-March-5-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/2.0.0...2.0.1) This hotfix release addresses the following issue: - [flutter/77173](https://redirect.github.com/flutter/flutter/issues/77173) - Building for macOS target fails when Flutter is installed from website ### [`v2.0.0`](https://redirect.github.com/flutter/flutter/blob/HEAD/CHANGELOG.md#200-March-3-2021) [Compare Source](https://redirect.github.com/flutter/flutter/compare/1.22.6...2.0.0) 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.



This PR was generated by Mend Renovate. View the repository job log.