Alexandru Mariuti
Alexandru Mariuti
I click on the image button (9), drag where to place the image, but no picker is shown. I'm on Sonoma 14.4.1 MacBook Pro M1
> Hello, @nank1ro. The new alpha test version of ExcalidrawZ has fixed this issue. You can download [here](https://github.com/chocoford/ExcalidrawZ/releases/tag/v1.0.0-alpha-3) or you can wait for the formal version. Don't forget to achive...
Yes I know, but not all the components are ready. So the pages you've shown is not guaranteed to be rendered in the same way. Don't know If I need...
already implemented in another PR
Will fix the docs, I think with ShadBorder.all it should work
Thanks for your report. Before trying to replicate it, can you confirm this issue doesn't happen when using `MaterialApp`?
This seems related to `flutter_animate` which is used in the `ShadToaster` widget and creates a default duration of zero. I don't know if the maintainer is willing to treat it...
Thank you so much for the help! It worked perfectly fine 🎉
I'm not against hooks, but they promote wrong separation of concerns. The `build` method should not contain any state logic, but should use it. The reason for that is that...
fix: built-in ShadAnchor sub-classes should support the AlignmentGeometry rather than just Alignment
This is feasibly only for `ShadAnchorAuto` and not `ShadAnchor`, because `ShadAnchor` uses `CompositedTransformFollower` (provided by flutter itself) under the hood which doesn't accept `AlignmentGeometry`. I'll keep this issue on hold...