Category: Flutter
Error waiting for a debug connection: The log reader stopped unexpectedly. Error launching application on Windows.
I am having the same issue as #93635 , but my Windows SDK version is already 10.0.22000.0 so the solution is not working for me….
Oops!!! I found a crash
Steps to Reproduce You guys can clone my project: https://github.com/youngchan1988/flutter_zoom_drawer/tree/newcore_dev and run bug. Will reproduce the crash bug. Follows are my test platforms which have…
not the same color as the seed when using Material 3
I was playing around with the new Material3 colors and the theme data, and I noticed primary in the ColorScheme is not the same color…
[url_launcher] Links containing Russian characters do not open
If you add Russian characters to the link, they stop opening and throw an exception: [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(argument_error, Unable to parse URL, Provided URL:…
Can not get the flutter 2.10.2 Release notes
There is only 2.10.1 in https://github.com/flutter/flutter/wiki/Hotfixes-to-the-Stable-Channel
Rasterizer crash in
The Mac module_test_ios, testDualCold crashes several times on rasterizer: System Integrity Protection: enabled Crashed Thread: 31 io.flutter.2.raster Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at…
Cannot invoke method afterEvaluate() on null object
I just recently upgraded to flutter 2.10.0 and having issues building my application both locally and on CI with this verbose: FAILURE: Build failed with…
[iOS]: App crashes after upgrading from 2.8 to 2.10 throwing
Hi, after switching from Flutter 2.8 to 2.10 my app crashes without warning. Switching back to 2.8 and the app runs fine again. Crash happens…
[Animation] AnimationController.dispose() triggers assert error “Looking up a deactivated widget’s ancestor is unsafe.”
Steps to Reproduce Execute flutter run on the code sample Tap the blue area to trigger the widget dispose via animated switcher Expected results: I…