r/flutterhelp 1h ago

OPEN Flutter & Xcode

Upvotes

Hey everyone, i'm studying information systems ( software ) and i'm currently trying to practice and focus on one thing, i chose flutter and Xcode for IOS. I need help with it or someone who can give me some advice or sources to help me with my learning journey.


r/flutterhelp 3h ago

OPEN How far can a non-developer realistically build a Flutter app with Claude Code before hiring someone?

1 Upvotes

I recently started building an MVP in Flutter using VS Code and Claude Code as my coding assistant.
I have some previous programming experience, so I’m not completely unfamiliar with code, but I’m definitely not a professional Flutter developer. Right now, I’m mostly explaining what I want to Claude Code, letting it create or modify the Dart files, running the app, testing it, and then going back and forth with it when something doesn’t work or look the way I imagined.
So far, I’ve been able to make more progress than I expected. I’m working on the general app structure, onboarding, navigation, dashboards, and the basic user experience.
The part I’m more concerned about is that the app is for children and will eventually need to include some simple animations, interactive activities, and small game-like experiences. Nothing like a full-scale video game, but more than a standard app with forms, buttons, and static screens. I’ll likely need things like touch interactions, drag-and-drop activities, animated characters, rewards, and polished transitions.
I’m trying to keep costs low and build as much of the MVP myself as I reasonably can. At the same time, I don’t want to spend months creating messy code or constantly asking Claude to patch things until the project becomes impossible for a real developer to work with later.
For people who have built Flutter apps with AI coding tools:
At what point would you recommend bringing in an experienced Flutter developer?
How can I tell whether I’m making real progress versus creating technical debt that I don’t understand?
Is it realistic for someone in my position to build a functional MVP with a few simple interactive games and then hire a developer later for architecture, optimization, and polish?
Would it make more sense to hire someone early for a code review or initial architecture setup rather than paying them to build the entire app?
I’m willing to keep learning, and I don’t expect Claude Code to magically build everything perfectly. I’m mainly trying to understand the realistic limit of this approach and how to avoid wasting the work I’m doing now.
I’d especially appreciate answers from Flutter developers who have inherited AI-assisted codebases or worked with nontechnical or semi-technical founders.


r/flutterhelp 18h ago

OPEN Flutter dev specializing in WebRTC / Agora. Anyone need help fixing live streaming bugs or setting up video chat?

4 Upvotes

Just wanted to throw my name out there if anyone is currently stuck on a Flutter project involving video calling or live streaming.

I specialize in WebRTC and Agora integration. If you're dealing with frustrating stream lag, connection drops, or STUN/TURN server configuration issues, I can jump into your codebase and help you iron it out.

I've got some free time this week, so I'm totally open to taking on small tasks, quick bug fixes, or just hopping on a short call to look at your error logs and debug.

Drop me a DM with what you're working on or what's broken, and let's get it working!Flutter dev specializing in WebRTC / Agora. Anyone need help fixing live streaming bugs or setting up video chat?


r/flutterhelp 20h ago

OPEN Dev/Prod environments from Day 1 vs. Splitting later? (Solo Dev)

1 Upvotes

Hey everyone,

I'm working on a production-targeted app as a solo dev. I want to ship fast and avoid premature optimization.

Can we launch with just a single environment initially and then split it into Dev and Prod later once the app actually gets traction? Or is it considered a strict best practice to set up both versions right from the start?

Has anyone here started with a single environment and regretted it later when trying to split the database/configs? Would love to hear your experiences!


r/flutterhelp 21h ago

OPEN Realistically, could two 16 year olds make a usable app by learning flutter/dart from scratch in about 3 months?

1 Upvotes

Hi everyone,

My friend and I are trying to build an app for a competition with a deadline in October, and we're trying to figure out whether our idea is realistic given our experience level.

I know a bit of Python, mainly basic concepts like variables, conditionals, but I'm definitely still a begginer. My friend has no programming experience. We would be building this for iOS and neither of us has built a complete app before.

The app we have in mind is somewhat similar to Finch. Users would complete certain tasks to earn points or energy which would then help an avatar.

Another component is that users would be able to take a picture of an object, and the app would analyze the image and generate a list of ideas based on what it sees. We would likely use an AI API for both image analysis and generating the ideas. This is the part I am the least clear on though, and while its a pretty important part of our concept if it turns out to be too complicated we're open to not doing it. Also, I think API with AI costs money and our budget is like 200 dollars.

Our deadline is in October, so we have a few months to learn and build. We've made sketches(?) of the UI and I started learning dart basics through a youtube video posted in 2023 so I don't know how up to date it is. My friend is mainly using ai to making basic test apps on flutter.

Its a student competition so I don't think the judges expect the apps to be perfect but a working demo is needed to apply.

How realistic is this project for two beginners to complete by October? What would be the best way for us to approach learning and building it? Should we simplify the idea significantly, or is this achievable?


r/flutterhelp 17h ago

OPEN Looking to build an App Store app that can actually attract users and generate income — what should I build?

0 Upvotes

Hey everyone,

I'm planning to build and publish an app on the App Store, but I'm stuck at the very first step: figuring out what app to actually build.

My main goal is to create something that can:

  • Attract real users (not just friends and family downloading it out of pity 😅)
  • Have a realistic path to generating income (ads, subscriptions, one-time purchase, freemium — open to any model)
  • Be something I can realistically build and maintain as a solo dev / small team

A bit about me:

  • I'm still learning to code (mostly beginner/intermediate level with Swift/basic app dev), so I'm looking for something achievable, not a huge project
  • I can realistically dedicate around 10-15 hours a week to this
  • I have zero marketing/growth experience — this would be my first time trying to actually promote something I built

I've seen a lot of "app idea" lists online, but most of them feel either way too saturated (another to-do list app, another habit tracker) or way too ambitious for one person to build and market alone.

So I'd love to hear from people who've actually shipped something:

  1. What kind of app idea worked well for you in terms of getting real users?
  2. Looking back, what's a niche or problem that's still underserved on the App Store right now?
  3. Any advice on validating an idea before spending weeks building it?

Appreciate any thoughts, even brutally honest ones. Thanks in advance! 🙏


r/flutterhelp 1d ago

OPEN Can a Flutter app actually integrate a 3D digital human developed in Unreal Engine?

2 Upvotes

I’ve recently run into an Unreal Engine–related issue and I’m not sure how to make the right architectural decision.

We’re developing an app where the main business logic is planned to be built with Flutter, while one specific feature—the interactive 3D digital human—is developed in Unreal Engine.

However, an Unreal Engine developer told me that if the main application is built with Flutter, it’s not possible to integrate the Unreal Engine digital human into it. According to him, the entire application would have to be developed in Unreal Engine.

I don’t have much experience with Flutter, so I’m not sure whether this claim is accurate. Is it actually possible to integrate a 3D digital human built with Unreal Engine into a Flutter application, or does the entire app really need to be developed in Unreal Engine?


r/flutterhelp 1d ago

RESOLVED First time submitting an app - how long did your review actually take?

4 Upvotes

Hi everyone,

I just submitted my first app to the App Store and I'm trying to get a realistic sense of review times from people who've gone through it recently, since I've seen a lot of different numbers online.

A few questions:

  1. For your first submission, how long did the review actually take from "Waiting for Review" to "Ready for Sale" (or rejection)?
  2. Did it stay in "In Review" for long, or did it move fast once it started?
  3. Any tips for first-time submitters to avoid common rejection reasons (e.g. account deletion, privacy details, demo account info)?

Would really appreciate hearing real timelines from the past few months, since I know Apple's review speed changes over time.

Thanks in advance!


r/flutterhelp 1d ago

OPEN Tried most of the internet available sources and even LLMs. But no help. how can I change the apk name when I run flutter build apk --release.

0 Upvotes

It currently only exports as app-release.apk.


r/flutterhelp 2d ago

OPEN Alternative to the emulator in Android Studio?

6 Upvotes

Hi everyone!
I'm looking for an alternative to the Android Studio emulator. Which emulator do you use, and which one would you recommend?


r/flutterhelp 2d ago

OPEN Best GitHub repositories for Flutter interview questions?

Thumbnail
1 Upvotes

r/flutterhelp 2d ago

OPEN Autofill for users postal address?

1 Upvotes

For legal reasons we need our users complete postal address in our app. Was quite surprised that there seems to be no way to get some kind of 1-click-autofill for this and users have to go through each step separately (street, house number, zip code, city, country). I already use autofill hints, but this is just a bit of help.

Did I miss anything or is there a reason why there isn't such a user-friendly method?


r/flutterhelp 3d ago

OPEN Necessary to get info

2 Upvotes

Where can I get fullstack developer certificates?


r/flutterhelp 4d ago

OPEN flutter to figma help

1 Upvotes

i am learning flutter i have question i want to ask from any senior devs i want to know that when we follow a design from figma and have to convert into flutter code what should we do to make it perfect for example if there a component we can make it from flutter but how or should we export those like if there a shape of card that is to complex how can we convert into code ?


r/flutterhelp 4d ago

OPEN Flutter WebRTC: Remote audio works but remote video track is never received

1 Upvotes

I'm stuck with a Flutter WebRTC issue and would appreciate any help.

Current behavior:

\- ✅ Local camera preview works on both devices.

\- ✅ Offer/Answer exchange completes successfully.

\- ✅ ICE reaches Connected.

\- ✅ Remote audio works.

\- ❌ Remote video is never received.

Logs show:

remote_track_received | trackKind=audio

But there is never:

remote_track_received | trackKind=video

The renderer continuously reports:

videoTrackCount=0

This makes me think the issue is not with RTCVideoRenderer or the Flutter UI. It seems the answering device is not sending its video track.

I'm suspecting one of these:

\- createAnswer() is called before attaching the local video track.

\- The video transceiver is \`recvonly\` or \`inactive\`.

\- The answer SDP is not advertising \`a=sendrecv\`.

Has anyone encountered this issue in flutter_webrtc? What should I inspect on the answerer side to determine why no remote video track is being sent?

Any guidance would be greatly appreciated.


r/flutterhelp 4d ago

OPEN Debug Access to App

3 Upvotes

Sometimes there are strange issue reports of my App, and I would like to get some kind of API to access the app.

This should be doable via the common build, not an extra debug build.

It should work on Android, iOS and desktop.

With the help of this API I want to use or remote control the app to reproduce bugs.

The user should get a button to allow the access, then it shows a token. Then I want to be able to connect to that device via that token.

How would you solve that?


r/flutterhelp 5d ago

OPEN flutter android app does not recognize versions set in pubspec.yaml

2 Upvotes

A weird bug that I am unsure if it's flutter tool bug or not:

when I update verion name and code in pubspec.yaml, flutter build command does not update regarding new versions. it only works after I trigger run once.

- app/build.gradle

```

def localPropertiesFile = rootProject.file('local.properties')
...

versionCode flutterVersionCode.toInteger()

versionName flutterVersionName

```

Any clues?


r/flutterhelp 6d ago

OPEN Anyone tried Tracelet?

2 Upvotes

My app is heavily reliant on background location services and I can’t really afford the price of that one package.

Anyone tried Tracelet? I saw it aims to be a free open source replacement but it’s kinda new and in a weird way it’s kinda worrying that there are updates every few days and releases getting pulled.
Anyone can share their experience?


r/flutterhelp 6d ago

OPEN Unable to Maintain ObjectBox DB Schema

1 Upvotes

Hi Guyz,

I am working on an app using Object box where I am going version by version & using object box DB as that is suitable to my usecase. So far the performance wise & in other aspect object box has turned out perfect choice for my project but I am facing one really big issue which is making me delay my release until resolution.

The issue:-

On the App me & my friend work simultaneously & as the app is in early development we have to do a lot of changes in DB. now the changes are as per the ObjectBox Rules that no entities or anything is removed only added. but still whenever we run build_runner we get a white screen in our app & an error stating something about index id is greater I will share the error in comment once I recreate it I don't have any ScreenShot as of now But that error if occur in production can cause big issue for us so I need a proven resolution for this error.

If Anyone has worked on this error would appreciate the help.

The Error Faced.

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ObjectBoxException: failed to create store: Incoming entity ID 1:1159196401019035950 does not match existing UID 19695048053676317
#0 ObjectBoxNativeError.throwMapped (package:objectbox/src/native/bindings/helpers.dart:84:9)
#1 throwLatestNativeError (package:objectbox/src/native/bindings/helpers.dart:50:48)
#2 checkObxPtr (package:objectbox/src/native/bindings/helpers.dart:32:5)
#3 Store._checkStorePointer (package:objectbox/src/native/store.dart:370:7)
#4 new Store (package:objectbox/src/native/store.dart:211:7)
#5 openStore (package:my_app/db/gen/objectbox.g.dart:103:5)
#6 ObjectRepository._create (package:my_app/db/object_repository.dart:38:25)


r/flutterhelp 7d ago

OPEN Online IDE's

5 Upvotes

Very simple question here. Are there any online IDE's that a very easy to start coding flutter with. Am quite literally just a beginner with this and am looking for a low memory place to start coding apps as my device is quite bad and running VS Code is a hassle


r/flutterhelp 7d ago

RESOLVED How could you keep going

5 Upvotes

I am asking for advice from any advanced flutter developer , it is my first time ever doing a framework as i chose flutter because i liked app designs and also i am a first year student in college, for now I am having a course with a local educational place we started with dart and now we are into flutter , at the beginning of flutter it was so hard for me but now it tends to be easy. However, after we started digging into flutter the design itself was cool but i suffered with logic I can't even think of how to do some logic and things like maps and callback functions are nightmares for me but the design is okay , if anyone can advise me on how to get through all of that as i want to do more things with it and i have a very bad time because i do not want to use Ai to do the logic for me


r/flutterhelp 7d ago

OPEN Gradle Build Error

1 Upvotes

Hi everyone, I'm new to Flutter and I've been stuck on this for a while. I installed Flutter, Android Studio, VS Code, and the Android SDK. I also accepted all the Android licenses, and flutter doctor is mostly fine now except for Visual Studio, which I don't think I need since I'm only targeting Android.

I created a new Flutter project and it runs fine in Chrome, but when I try to run it on my Android phone through USB debugging, the build fails.

The main errors I'm getting is:

FAILURE: Build failed with an exception.

* What went wrong:
Could not install Gradle distribution from
https://services.gradle.org/distributions/gradle-9.1.0-all.zip

java.net.ConnectException: Connection timed out

It seems to happen while Gradle is trying to download gradle-9.1.0-all.zip.

Versions:

  • Flutter: 3.44.6 (Stable)
  • Java (JDK): 21
  • Android SDK: 36.1.0
  • Gradle: 9.1.0
  • Android Studio: Latest version
  • VS Code: Latest version

Things I've already tried:

  • Installed the Android SDK and command-line tools.
  • Ran flutter doctor --android-licenses and accepted everything.
  • Enabled Developer Options and USB debugging on my phone.
  • Confirmed that ADB detects my phone.
  • Tried both my home Wi-Fi and mobile data.
  • Waited for the Gradle download to finish, but it always times out.

Is there any solution I should try to fix this? Any help would be appreciated. Thanks!


r/flutterhelp 7d ago

OPEN How do fitness apps play sounds and vibrations for rest timers? Mine don't work on some devices due to app inactivity and the OS killing the process.

2 Upvotes

Hey everyone,

I'm developing a fitness app and recently I've heard from two friends that the rest timer is broken. For me (Pixel 8) everything is fine, one friend is on iOS and he says it never works if he minimizes the app, the other is on an older android phone (xiaomi) and he said it doesn't work if the timer is longer than 1 minute.

I tried adding flutter_foreground_service and displaying a notification that constantly gets updated when a timer is active. I used flutter_soloud as my package to play sounds. Nothing I have tried is working so far, how is it possible to guarantee that vibration and sounds play regardless of whether the user is in the app or not?


r/flutterhelp 7d ago

RESOLVED General advice on flutter and full-stack development

3 Upvotes

Hello everyone, I hope you're all doing well!

I'm a Flutter developer with close to 4 years of experience and I'm looking for general advice on 2 matters if you would be so kind to help:

1- Given the current job market not being the best, i'm looking to transition to full stack instead of only being a frontend flutter developer, i've read articles mentioning the use of Serverpod for handling backend and possibly jaspr for creating websites instead of traditional HTML+JS or other viable methods, are Serverpod and Jaspr enough? Are they worth it? Are they in demand? Your opinions are greatly appreciated and advice on this.

2- I've pretty much nailed down the Flutter basics i'm 100% certain of that, how to handle the framework, how it works, the different lifecycles of a widget, debugging and profiling, using Provider, Riverpod and BLoC, creating unit and integration tests... etc. My question is, how do i/how can i determine at what level i am? I know i'm not a Junior level developer anymore i know i'm closer to being/am a middle level developer but how can i be sure? What are the things i should know or be aware of? Your advice is greatly appreciated.

Thank you all in advance and for your help :)


r/flutterhelp 7d ago

OPEN Is is possible to generate token and receive FCM push in Flutter iOS Simulator?

1 Upvotes

Same as title