chore(deps): upgrade to Flutter 2.10.5 #368
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Hot Fixes
2.10.5 (April 18, 2022)
flutter/101224 - Flutter web debugger fails when using chrome 100 or greater.
2.10.4 (March 28, 2022)
flutter/93871 - Custom embedders fail to build when using default sysroot (GCC 11).
dart/48559 - Flutter web apps crash when using package:freezed.
2.10.3 (March 02, 2022)
flutter/98973 - Deadlock in application startup in profile/release mode.
flutter/98739 - ios: Visual glitch when scrolling a list in a Scaffold that has a Material and Container as bottomNavigationBar.
flutter/97086 - Windows: Fail to launch app in debug mode.
2.10.2 (February 18, 2022)
flutter/95211 - Transform animation with BackdropFilter is causing a crash.
flutter/98155 - App crashes after upgrading to 2.10.x using webview + video_player plugin.
flutter/98361 - Error in DL bounds calculations causes incorrect SVG rendering.
flutter/97767 - New material icons are not properly rendered.
flutter/95711 - Linux builds default to building GLFW.
2.10.1 (February 9, 2022)
This hotfix release addresses the following issues:
flutter/94043 - Autofill does not work in TextField.
flutter/96411 - Safari: Unable to enter text into TextField.
flutter/96661 - Platform views throw fatal exception: Methods marked with @UiThread must be executed on the main thread.
flutter/97103 - Images become corrupted when using CanvasKit.
flutter/97679 - Don't remove overlay views when the rasterizer is being torn down.
dart/48301 - Avoid speculative conversion in ffi Pointer.asTypedList.
Type of Change