you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (1 child)

Did you try flutter ?

It's script-able in dart. I only do back-end(: "databases", encryption and "automatizing") , so i myself don't give a fuck about dart itself.

But some colleagues of mine seem to value it highly when i hear them talking about it, although it surely is just another google-scam.

So there has to be something to it, i suppose.

[–][deleted] 4 insightful - 2 fun4 insightful - 1 fun5 insightful - 2 fun -  (0 children)

I have done application development in flutter, it isnt really a great option for web yet. Its a composable object-oriented framework using widgets, rather than html/css. The benefit of Flutter is one team can do the all the dev work. You don't need separate ios/android/desktop implementations, and the backend and frontend are even often done together in one codebase.

Personally I like Flutter for apps for one reason: its cross platform and doesnt require javascript, which is an abomination, but flutter is really janky for web. Im hoping WASM will someday be a feasible replacement