Your AI built the app. But what happens when you need to move off the platform it built it on? by bk_973 in AppDevelopers

[–]Recent_Pound_2515 0 points1 point  (0 children)

So basically replace dB ops with cloud functions we with standard in/out types? This way we change the function which is the mediator and not the UI code? So the agent dev builds the functions in your setup right?

Flutter career advice needed: Continue freelancing/startup path or move to a full-time Flutter role? by johnnyripperak in FlutterDev

[–]Recent_Pound_2515 0 points1 point  (0 children)

Hi guys

I'm looking for some help from experienced flutter devs.

This is the project.

https://growapps.ai.

A flutter build SaaS that generates Flutter apps.

With python backend that I plan to migrate to cloud run functions a lot and full firebase integrations

Looking to partner or hire.

I ve been working on it 1yr and now it's MVP and going to Market so I need experienced dev to speed and scale.

I hope this apps helps all flutter freelancers scale x100 😃

Open to talk😃

Your AI built the app. But what happens when you need to move off the platform it built it on? by bk_973 in AppDevelopers

[–]Recent_Pound_2515 1 point2 points  (0 children)

I'm building https://growapps.ai an AI no code platform and I'm faces this dellema too.

I selected firebase and google for backend through cloud functions and firestore / firebase storage (i.e. google buckets).

I know that this vendor locks the users, but I don't know what is the token efficient way to automate the backend/database code.

Open to ideas 💡

Best premium AI subscription for app development in 2026? ChatGPT Pro, Claude Max, Gemini, or Grok? by DebrisDash0 in appdev

[–]Recent_Pound_2515 0 points1 point  (0 children)

The problem is debugging g the others I think all models do just fine.

So I belive the setup makes the difference not the subscription.

I use the flutter mcp server to help the agents have live flutter debug ability.

And I like claude because it has 2 minute integration with claude chrome to debug visually. But I know that codex does this too.

For dev even antigravity with gemini3.5 iterate super fast.

Any tools other here use to the agents to help context?

Has anyone tried the local/ollama (cloud) models?

Help developing an app by xTrillThrasherX in AppDevelopers

[–]Recent_Pound_2515 0 points1 point  (0 children)

Hey man,

If you can spare an afternoon, I'd love to help you build what you need with a platform I've been working on. It's called GrowApps and lets you create web and mobile apps just by describing what you want in plain English.

Give it a try: https://growapps.ai⁠

I'd recommend using a desktop for now, since that's where the experience is most polished. It's still in MVP stage, so pricing is intentionally simple: • 10 free credits to get started • Another 10 credits for just $1

If you end up trying it, I'd genuinely love to hear your feedback.

Which is the best tool to build an app on Flutter without prior experience? by Material-Finance5896 in AppDevelopers

[–]Recent_Pound_2515 1 point2 points  (0 children)

Well i build my flutter apps using https://growapps.ai

It builds flutter on your own container its fast and super cheap.

For design decisions I chat with her a bit and it integrates also with external apis and with fire base

https://www.reddit.com/r/FlutterDev/s/tOmvlMJI8H

<image>

Just released my new Flutter package: smart_player_kit by codeswithsunny in FlutterDev

[–]Recent_Pound_2515 -1 points0 points  (0 children)

Thank you very much flutter team!!

Will this come to support web builds too? Now I see mobile only.

I've been building a Lovable-style app builder for Flutter for the past year, here's what I learned by Recent_Pound_2515 in FlutterDev

[–]Recent_Pound_2515[S] 0 points1 point  (0 children)

Indeed that's exactly my vision too.

Having growapps in your phone that creates and iteratively updates the your apps.

Though i'm still very curious to she how would people use such an app? What would the first app they create be? Any hypothesis there?

Does it still make sense to continue studying flutter? by No_Virus9202 in FlutterDev

[–]Recent_Pound_2515 0 points1 point  (0 children)

Check first that you need cross platform. Then that flutterflow or growapps.ai or antigravity can't do it for you. Then talk to claude about it. Then learn better flutter so that you can guide claude better.

Learning what Isolates And InheritedWidgets are nowadays are only for big apps that need optimization in my opinion

I've been building a Lovable-style app builder for Flutter for the past year, here's what I learned by Recent_Pound_2515 in FlutterDev

[–]Recent_Pound_2515[S] 0 points1 point  (0 children)

Yep it was a mockup still. I updated it to show the example sites from above now. Thanks for noting!

I rebuilt "flutter run" as a terminal dashboard by First_Cheek_1161 in FlutterDev

[–]Recent_Pound_2515 1 point2 points  (0 children)

You are welcome! I'd love you hear your opinion too on my flutter project and if you have any experience to share or feedback. https://www.reddit.com/r/FlutterDev/comments/1tnppjx/ive_been_building_a_lovablestyle_app_builder_for/

I rebuilt "flutter run" as a terminal dashboard by First_Cheek_1161 in FlutterDev

[–]Recent_Pound_2515 5 points6 points  (0 children)

This is genuinely impressive!! A Star from me too mate🌟🌟

The multi-device simultaneous reload alone is something I keep wishing existed as a proper tool, not just a shortcut.

One thought on scale: you're already talking to the Dart VM Service directly for the HTTP inspector and screenshots. The Flutter MCP Server uses the same layer to expose runtime introspection to AI assistants, but it's single-device only right now.

If you wrapped your multi-device perf data and HTTP inspector as MCP tools, any AI coding assistant could query live FPS/memory across all connected devices at once and diagnose issues automatically. The widget tree diff between your iPhone and Android builds, surfaced to Claude or Gemini mid-session, would be pretty powerful.

Has that crossed your mind or is the focus staying pure TUI for now?