Kabo
banner
kaboc.bsky.social
Kabo
@kaboc.bsky.social
App Developer
Dart/Flutter, Go, SQL, PocketBase

https://github.com/kaboc
https://kaboc.cc/
IntrinsicHeight sometimes doesn't align the height of children of a Row (dunno why). CustomMultiChildLayout is another option, but cannot be used if the Row height is unbounded. So I created a custom RenderFlex as a last resort. IMO, this should be possible out of the box in #FlutterDev.
December 18, 2024 at 8:31 AM
It was not as hard as I was thinking to implement a feature to swipe down to close an image, which can also be zoomed and panned. It was achieved with only a little over 100 LOC.

One of the things I think is nice is a movement by a pull is slowed down if the distance is enough to close the view.
November 11, 2024 at 2:13 PM