mrcendre / motion

A Flutter plugin to apply a gyroscope-based motion effect to widgets.
GNU General Public License v3.0
39 stars 15 forks source link

Not able to render motion widget on flutter web #9

Closed roshandroids closed 2 years ago

roshandroids commented 2 years ago

The image from local assets loads correctly without Motion widget, but after adding it, only black screen appears in web, works on macos, mobile. Please refer to both screenshots for reference as I'm not getting any error logs. ![Screen Shot 2022-09-21 at 9 02 03

Screen Shot 2022-09-21 at 9 04 59 AM

AM](https://user-images.githubusercontent.com/44658790/191406829-a3c4e040-f0f5-4fce-833c-00c38e6a1b2f.png)

roshandroids commented 2 years ago

Just figured out, this issue occurs when you use canvaskit as renderer.