prevwong / reka.js

💎 State management system to build any no-code editor
https://reka.js.org/
MIT License
543 stars 36 forks source link

🔮 Flutter Renderer(or Code generation) #155

Open Ingenu1ty opened 2 months ago

Ingenu1ty commented 2 months ago

This would be a very cool feature because Flutter can compiles down to native machine code for fast apps and beautiful animations!

But at the same time, development in Flutter is quite complex and verbose... Therefore, such low-code tools would be in great demand!

It looks like rekaJS is framework agnostic (at least its AST). Therefore, I think that creating a Flutter codegen for rekaJS is not impossible...

Ingenu1ty commented 2 weeks ago

It is not necessary to start from scratch. It might be a good idea to consider something like this as a starting point...