Posts in Flutter (5 found)
Oya Studio 1 weeks ago

Rive is the server-driven UI engine I wanted

Rive is sold as a tool for cute animations. The more I use it, the more I see something else entirely: a genuinely cross-platform engine for server-driven UI. Here is how to load a component from a remote .riv file and bind it to dynamic, per-locale data in Flutter.

0 views
Oya Studio 2 months ago

When MultiChildLayoutDelegate is not enough

MultiChildLayoutDelegate is great for custom layouts, but it can't size the parent from its children. SlottedMultiChildRenderObjectWidget gives you that power — here's how to use it.

0 views
Oya Studio 2 years ago

Custom layout with Flutter

Flutter provides a large library of widgets dedicated to layout. Sometimes, even with this large choice, you can't implement your layout, or you could but it would become far too complex.

1 views
Oya Studio 5 years ago

Continuous preview of your Flutter app as a webapp

Any mobile application developer encountered the difficulty of deploying his app to his customer's device. Being able to follow the advancement of developments is really important for a customer, and for you to track issues at the earliest stage possible.

0 views