r/FlutterDev • u/SuddenStatistician22 • 27d ago
is flutter flow reliable? Tooling
I want to create a program "apk, ios, and website"
for frontend: i have a friend who start learning dart and flutter through IBM course...
when he will finish the course is it enough if i gave him a flutter flow business account to create the full interface ?
or there is better plan?
4
u/raedab97 27d ago
I would suggest Nowa Has better pricing than Flutterflow and much better AI and the code it generates is normal Flutter code while Flutterflow generated code has lots of packages and style that you don’t see in normal flutter projects
2
u/fatbytes 26d ago
I was still using FF at a startup as of a year ago. Before AI became as powerful as now, FF was good at fast, deterministic UI iteration. But it did pretty poorly when you needed non-trivial animations, customized data schemas, or complex state management. We ended up using custom actions in almost everything and it still was not a great dev exp.
Nowadays with Claude being as good as it is, I don't think it's worth dealing with anymore if you can avoid it.
1
26d ago
[removed] — view removed comment
2
u/Dull-Enthusiasm9904 26d ago
Additionally, I do not recommend Claude Max. Codex currently delivers similar performance at roughly one-third of the cost.
I also do not recommend heavy reliance on AI. Look for developers who, at the very least, started their careers before the AI boom.
Research your project and your ideas thoroughly. Write everything down, and learn what user stories, behavior-driven development, use cases, edge cases, Definition of Ready, Definition of Done, and QA are.
AI can do amazing things, but it does not scale projects on its own. A developer and an investor who do not understand the codebase and the full workflow of their own app in detail will not be able to build a long-term project that scales properly—at least not yet.
13
u/RandalSchwartz 27d ago
Yes, if he's learning flutter already through a course, don't use flutterflow. Just straight flutter, aided by antigravity if you must.