matrix

kennytilton 2022-07-06T12:28:33.554639Z

So FlutterMX now has 95% solutions for each CLJD sample app. Yay. https://github.com/kennytilton/mxflutter/tree/main/src/tiltontec/app In no case is there any interesting Matrix capability demonstrated; it is 95% just duplicating the black belt CLJD Flutter wizardry from the Samples. Just 95%? • I kinda skimped on GCing stuff like controllers that need to be .dispose'd; • the "leaves" of a few apps were left as conventional CLJD-built widgets or alpha/widgets -- these mix freely with FMX structure as leaves only; • only necessary widgets have been made available. Each requires a definition In a couple of places, state atoms were replaced by Matrix reactive Cells, but these are just trivial toggles. All examples show off a terser and more consistent DSL provide by FMX. Structure is handled implicitly many [laces: there are no :child, :children, :home, :body, :content options coded. Next up: dunno. I will take a look at TodoMVC, see if it wants to Just Roll Over(tm) for me. But I do want to do a more real-worldy demo before getting into documentation and tutorials. Questions/comments welcome!

1
🔥 1