WidgetMask is not working on the flutter web HTML version. While it is working on the canvas kit version.
step to reproduce:
run the example project with this command.
flutter run -d chrome --web-renderer html --release <- Not working
Expected to run this example project as it runs on another platform, (eg. android/OSX/flutter web canvas kit). rather than showing the mask widget it is showing a stack view.
flutter build web --web-renderer canvaskit --release <- working
WidgetMask is not working on the flutter web HTML version. While it is working on the canvas kit version.
step to reproduce:
run the example project with this command.
flutter run -d chrome --web-renderer html --release<- Not workingExpected to run this example project as it runs on another platform, (eg. android/OSX/flutter web canvas kit). rather than showing the mask widget it is showing a stack view.
flutter build web --web-renderer canvaskit --release<- working