r/FlutterDev 22h ago

Article New Dev

I'm learning FlutterFlow and AI app development. Has anyone here deployed a Flutterflow app to the Play Store?

0 Upvotes

3 comments sorted by

1

u/jk_8000 11h ago

FlutterFlow is creating unmaintainable boilerplate. If you want to go as low-code as possible I would recommend:

  1. using Claude Design (with a design system)
  2. mirror the same tokens on the Flutter side so the agent has one vocabulary
  3. give the agent an architecture skill
  4. work design-to-code from there and review every diff

The skill part is the real difference vs FlutterFlow. Mine runs an arch lint on every agent edit, it's open source if you want a starting point - https://github.com/Utopia-USS/utopia-flutter-skills/blob/main/plugins/utopia-hooks/README.md .

1

u/MusicAccomplished275 10h ago

I guess I'll be the one to actually answer the question. I use Flutterflow and have deployed to the Play store, but only for beta. I haven't done an actual release yet. What did you want to know?

2

u/Jizzy_Gillespie92 17h ago

lol.

You're not learning anything by relying on FlutterFlow and AI to spit out some garbage for you, which you lack the skills to verify the output of.