mikaelho
mikaelho
Looks like flutter at some point changed the default to ”not clip”. Seems surprising as that in my experience leads to easily breaking UIs.
I see, that’s a pity as `Container` and `Stack` would definitely be the ones that I would expect to have this property, coming to flet as a new user.
Thanks, yes, your example works. But if I put a e.g. a Column in that Stack, it will "break free" again, so it does not seem to be dependent on...
Would be excellent to expose the clip attribute for Stack. Currently I can play with a Row/Stack combination to move things outside the parent, but then mouse clicks are not...
I understand the question so that `clip` would be a boolean, without finessing the clipping behaviour. Then I would start with the default `hardEdge` when clipped.
Yes, and for Stack it would be nice to be able to set it to `none` in some cases.
Wow, thanks! Would be nice to be able to trial these kind of easy API changes before bothering you, but I guess that would require a Go build pipeline, right?
Closed with thanks.
Thanks, good to hear. Looks like AnimationController has a addStatusListener that can be used to create events to Python, e.g. when the animation ends.
Do I understand correctly that you would like the convenience of not having to do the base64 encoding yourself if Image is given a file-like object?