You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@melwinlobo18
We're using custom paint to build overlay and custom paint not working properly with CanvasKit so it requires SKIA.
So currently solution is to use below config and it will work as expected.
flutter build web --release --dart-define=FLUTTER_WEB_USE_SKIA=true
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The background is not greyed out while displaying the showcase.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: