|
|
|
|
|
by loic-sharma
432 days ago
|
|
There’s also Shaft, which is Flutter ported to Swift: https://github.com/ShaftUI/Shaft Like Flutter, this paints everything itself. It doesn’t need to bind to a UI framework directly. Instead, it needs the platform to provide primitives like a surface to draw into and input events. |
|