Issue Link
#144731
Target
stable
PR Link
flutter/engine#51730
Changelog Description
[canvaskit] Fall back to multi-context rendering on Firefox and Safari
Impacted Users
Flutter web users using Firefox and Safari.
Impact Description
Notably, Firefox users will see fewer errors and rendering issues.
Workaround
Use the HTML renderer instead of the Canvaskit renderer.
Risk
low
Test Coverage
yes
Validation Steps
After merging this change, the test code at the link below should work without any issues and console errors, especially on Firefox and Safari.
#144913 (comment)