noinskit
noinskit
Same here... Any progress? I don't think the plugin is currently usable without this change!
This bit me as well. As an extra data point, it only started after I upgraded from Flutter 3.10.x to Flutter 3.13.0. Using the ColorFiltered widget (wrapping SvgPicture) works around...
Can this version compatibility be expressed in package version restrictions? I hit this problem having only these radix dependencies explicit in my package.json: ``` "@radix-ui/react-icons": "^1.3.0", "@radix-ui/themes": "^1.1.2", ``` (There's...
If I remove it, the example does not compile anymore with the error: ``` 'value' must have a method body because 'Union' isn't abstract. Try making 'Union' abstract, or adding...
I believe that this bug affects also non-foldable devices. I had a similar crash on Samsung s22 ultra (not foldable without considerable force) and explicitly adding these `androidx.window*` dependencies "fixed"...