I'm curious if Flet, the Python wrapper for Flutter, is a good option for developing modern mobile apps this year. Has anyone successfully run a Flet app on Android or iOS devices?
1 Answer
Honestly, just dive straight into learning Flutter itself. You’ll likely pick up a lot of what you need without the added complexity of using a wrapper like Flet. Plus, you'll probably be halfway there once you start!
That's what I was leaning towards, thanks for the insight!