mikaelho

Results 86 comments of mikaelho

Having asyncio support "natively" would be awesome -- but it does seem like a lot of work. Sprinkling async and await all over the place does make any code look...

Hmm, slightly confusing, in some contexts the text blocks the event, in another it does not. Stack did not change the behaviour here. ```python import flet from flet import Column,...

After a moment of thought, I understand the difference between the two cases above. My mistake is always thinking of `Container` as a separate Control, when it is really only...

> I think we could implement it using Dropdown but there is no way to remove the trailing arrows at the end of dropdown option. Please note that this issue...

> Did you know that you can properly put `Text` (or anything) inside `ElevatedButton.content`? No, I do not think I had looked at that, and thanks, that's a solid practical...

Might make sense to report the issue to flutter as well. I see similar (but not same) "failed to start" due to Linux graphics issues, e.g. [here](https://github.com/flutter/flutter/issues/59738). There is also...

Yes, definitely meant that the user with the problematic OS would be best placed to submit the issue.

Yes, I do not want it to scroll, I just want the child control to respect the clip bounds of the parent. In other UI frameworks that has even been...

Do flutter controls really have no concept of clip bounds? You should not need to handle this ”manually” by dimension (would probably not work anyway if translation or rotation is...

https://docs.flutter.dev/release/breaking-changes/clip-behavior