
Lukket
Slået op
Betales ved levering
My production Flutter app runs on both iOS and Android. Two elusive issues have slipped through testing and I need them eliminated: • On a completely fresh install the very first launch can stall on a blank screen intermittently. It never recovers until the user force-closes or restarts the app. • After the user completes OTP verification, the final signup submission sometimes fails and the flow hangs. The problem is random and difficult to reproduce on demand. Deliverables • Verified fixes for both issues on iOS and Android builds • Brief technical report summarising root cause, code changes, and test steps • Clean pull request ready for merge and release Once your patch survives my TestFlight and internal QA rounds, the job is done.
Projekt-ID: 40266683
30 forslag
Projekt på afstand
Aktiv 12 dage siden
Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
30 freelancere byder i gennemsnit ₹7.125 INR på dette job

Dear client, I can fix your signup issues in your flutter based app for both android and ios, I have more than 9 years of exp in apps and web development.
₹5.000 INR på 2 dage
6,2
6,2

With over 3 years of focused experience in Flutter app development and UI/UX design - I'm Shakeeb Ahmed Khan, the ideal candidate for squashing all the bugs in your application. My strength has always been ensuring the final product not only looks great but also performs flawlessly with a strong emphasis on clean and scalable code—a skillset that will be essential to identifying and fixing the blank screen stall and signup issues in your Flutter app. I'm an expert at capturing the design-to-development accuracy while ensuring consistent spacing, typography, and colors are maintained—a trait that eliminates gaps between UI and implementation. My approach of creating pixel-perfect layouts with Figma, before precisely implementing them in Flutter significantly reduces errors during the QA rounds. My dedication to a design-first approach, coupled with my knack for delivering reliable results with attention to detail has resulted in over 20 successful mobile app deliveries. For each project, I prioritize communication to provide regular updates on progress and maintain clarity from start to end. Let's join hands to eliminate those elusive bugs and deliver a high-quality application for you. Excited to demonstrate why my skills have positioned me as the go-to developer for mobile app solutions!
₹7.000 INR på 7 dage
5,4
5,4

Hello, I CAN DO THIS. I have 6.5+ years of experience in this field. Let's connect and discuss more about your requirements. Thank you.
₹6.500 INR på 2 dage
4,6
4,6

I’ve reviewed your requirement to fix an intermittent blank screen issue in your Flutter app and I’m confident I can identify the root cause and resolve it efficiently; I will thoroughly debug the app to find where and why the blank screen occurs (whether due to navigation logic, async data loading, widget rendering problems, state management glitches, or platform-specific issues), implement clean and maintainable fixes, optimize performance where needed, ensure smooth screen transitions, and test the app across devices and Flutter versions to confirm the issue is completely resolved, with clear communication, milestone-based delivery, and updates throughout the process, and I’m available to discuss your codebase, current behavior, and timeline so we can get started promptly.
₹5.000 INR på 2 dage
4,1
4,1

Blank-screen stalls on cold launch and silent signup failures after OTP are classic async race conditions in Flutter—I've diagnosed and resolved both patterns across production apps on iOS and Android. My approach starts with instrumenting your startup sequence (likely a missing `WidgetsFlutterBinding` guard or an unawaited future blocking the initial frame render) and adding structured logging around the OTP-to-signup handoff to catch the exact failure point under flaky network or token-expiry conditions. I'll reproduce both issues using controlled delays and simulated edge cases, then deliver verified fixes with a clean PR and a concise root-cause report. I'm available to start immediately and have deep experience shipping Flutter fixes through TestFlight and internal QA cycles.
₹1.500 INR på 1 dag
3,6
3,6

Hi, I can identify and fix the two intermittent issues in your Flutter app on iOS and Android: First-launch blank screen on fresh installs Random signup hang after OTP verification You’ll receive verified builds with fixes, a clean pull request, and a brief technical report detailing root causes, code changes, and test steps—ready to merge and release.
₹12.000 INR på 1 dag
3,0
3,0

Hello, I can help you fix the intermittent blank screen and signup bugs in your Flutter app. - I have extensive experience with Flutter, having resolved similar issues in production apps. - My plan includes: 1. Analyzing logs to identify the root cause. 2. Debugging the signup process. 3. Implementing fixes and thorough testing. - I use Flutter, Dart, and relevant debugging tools. - I can deliver within 1-2 weeks, with regular updates. Choose me for my commitment to quality and timely communication. What specific devices are you testing on? Have you noticed any patterns with the bugs? Regards, Bharti M.
₹7.000 INR på 7 dage
2,9
2,9

Hi, I can help you fix both issues quickly and cleanly. I have solid experience with production Flutter apps on iOS and Android, including handling edge-case bugs that only appear in release builds. How I’ll approach this: 1️⃣ Blank screen on first launch Reproduce the issue on fresh installs (real devices + release mode) Check initialization flow (Firebase, async services, SharedPreferences, splash logic) Add proper error handling and loading state fallback Ensure app never blocks UI thread during startup 2️⃣ OTP verification / Signup hanging Trace full auth flow (API calls, token handling, state updates) Add proper timeout + error handling Fix race conditions or null state issues Ensure consistent navigation after success Deliverables: Verified fix on both iOS and Android (debug + release) Clean, structured pull request Short technical report: Root cause Code changes Test steps performed I understand these are intermittent production bugs — I’ll focus on stability, logging, and defensive handling so they don’t reappear after release. Ready to start immediately.
₹3.000 INR på 7 dage
2,7
2,7

Hi, I've reviewed your project and completely understand your requirements. My 4+ years as a Flutter Developer and expertise in AI (Master's in AI, UMT) perfectly match your needs. I have proven experience with Indian market apps like Matka, UPI, DTH recharge, and doctor appointment systems. I deliver high-performance Android/iOS apps with robust backends (Firebase, Laravel, Node.js). My focus is on integrating intelligent AI features and providing custom AI solutions to make your project stand out. I prioritize dedicated collaboration to ensure precise results. Let's discuss how my skills can bring your vision to life for the Indian audience. Looking forward, Muhammad Umair
₹3.000 INR på 2 dage
1,3
1,3

⭐Hello, I’d be glad to help stabilise your Flutter app and eliminate these intermittent production issues. Debugging launch-state problems and authentication flow hangs is something I’ve handled before, and I focus on tracing the real root cause rather than applying temporary fixes. Here’s how I’ll approach your project: ✔ Analyse startup lifecycle, async initialisation, and state restoration to resolve the first-launch blank screen ✔ Trace OTP verification and signup flow, reviewing API timing, token handling, and race conditions ✔ Implement robust error handling and fallbacks to prevent silent hangs ✔ Test fixes across both iOS and Android builds to confirm stability ✔ Provide a clean pull request plus a concise technical report outlining cause, fix, and validation steps My goal is to deliver a reliable patch that survives real-world installs and QA testing, so your next release is stable and user-ready. Best regards,
₹7.000 INR på 3 dage
0,0
0,0

Hello, I specialize in debugging production Flutter apps and resolving non-deterministic startup and auth flow issues across iOS and Android. Approach 1️⃣ Blank First-Launch Stall I’ll audit app initialization order (main(), async bindings, Firebase/init services, secure storage, splash routing). These stalls are typically caused by unresolved Futures, race conditions, or platform channel delays on first install. I’ll instrument startup with logging + timeline tracing to isolate the blocking call and enforce guarded async initialization. 2️⃣ OTP Signup Random Failure I’ll trace the full OTP → token → signup submission chain, focusing on: Async state handling (Bloc/Provider/Riverpod etc.) Token persistence timing API timeout/retry logic Navigation race conditions I’ll add defensive error handling and deterministic state transitions to eliminate hanging states. Deliverables • Stable fixes verified on fresh installs (iOS + Android) • Clean PR with structured commits • Root-cause report + reproduction steps • Test checklist used for validation Timeline:3 days Budget: $100 fixed Ready to review your repo and logs immediately to begin isolating the root cause.
₹10.000 INR på 3 dage
0,0
0,0

I’d be glad to help track down and eliminate these production issues. I have strong experience debugging complex Flutter apps across iOS and Android, especially race conditions, async initialization problems, and intermittent auth flow failures. For the first-launch blank screen, I’ll investigate initialization order, async dependency loading, splash lifecycle, and state management timing. For the OTP/signup hang, I’ll trace network calls, token persistence, and edge-case validation with proper logging to isolate the randomness. You’ll receive verified fixes, a concise root-cause report, clear test steps, and a clean, production-ready pull request that passes TestFlight and QA confidently.
₹4.000 INR på 2 dage
0,0
0,0

I am a Senior Software Developer with 5+ years of experience and a proven track record of deploying robust Flutter applications to the Google Play Store and App Store. I specialize in resolving "elusive" production bugs that bypass standard QA.
₹7.000 INR på 1 dag
0,0
0,0

Hi Sir, I have 2.5+ year of experience in Flutter both iOS and Android. I will fix the above issues. Please initiate chat to discuss. Thank you.
₹1.500 INR på 1 dag
0,0
0,0

Hi, I reviewed your project description carefully, and both issues appear related to app initialization timing and async state handling during authentication. For the blank screen on first launch, I will analyze the startup lifecycle including splash flow, dependency initialization, Firebase/services setup, and navigation logic to identify and fix the intermittent freeze. For the OTP signup issue, I will trace the complete verification and submission flow, improve error handling, and ensure the process completes reliably even under slow or unstable network conditions. My approach: • Reproduce the issues using detailed logging and debugging • Fix the root cause (not temporary workaround) • Test thoroughly on both Android and iOS builds • Deliver clean, well-structured code ready for merge • Provide a short technical report explaining fixes and testing steps I have practical experience working with Flutter production apps, async debugging, Firebase integration, and state management. I can start immediately and will keep communication clear during testing and QA rounds. Looking forward to working with you.
₹7.000 INR på 7 dage
0,0
0,0

Hello, I can help you reliably eliminate intermittent issues in your production Flutter app on iOS and Android. I’ve handled similar hard-to-reproduce bugs involving app startup, async flows, and authentication pipelines. Blank screen on first launch This is typically caused by initialization race conditions, unawaited async work in main(), lifecycle timing issues, or navigation before the first frame. I’ll reproduce it using clean installs, add targeted logging, and stabilize the startup sequence so the app always reaches a valid UI state without requiring a restart. Signup hang after OTP verification Random hangs usually point to unhandled async errors, duplicate submissions, missing state transitions, or API edge cases. I’ll harden the signup flow with proper state guards, error handling, and timeouts so it always completes or fails gracefully—never stalls. Deliverables Verified fixes on both iOS and Android Clean pull request ready for merge and release Brief technical report covering root cause, code changes, and test steps I’ll ensure the fixes pass fresh installs, TestFlight, and internal QA before completion. Best regards, Tapendra
₹1.500 INR på 7 dage
0,0
0,0

Hello, I understand how serious production issues can be — especially when they affect first-time users and signup flow. With 3+ years of experience in Flutter development and production app deployments, I can help you identify the root cause and deliver stable, verified fixes for both issues on iOS and Android.i also have a small team, so we can parallel test on multiple devices to ensure the patch survives TestFlight and internal QA without regressions. If needed, I can start immediately and prioritize stability over quick patching to ensure this doesn’t reoccur. Looking forward to stabilizing your app
₹7.000 INR på 7 dage
0,0
0,0

Thank you for sharing the details. I clearly understand both issues — the blank screen on first launch after a fresh install and the random failure during final signup after OTP verification. Yes, I can resolve these issues. I will thoroughly investigate the root causes, implement stable fixes for both iOS and Android, and ensure the app behaves consistently on fresh installs and during the OTP/signup flow.
₹7.000 INR på 7 dage
0,0
0,0

With over a decade of experience in the mobile app industry, I've accumulated a wide range of skills that are directly applicable to your project. Specifically, my expertise in Android and Flutter development will enable us to eliminate the intermittent blank screen and signup bugs plaguing your production app effectively. I am incredibly adept at darting out such issues, even elusive ones, offering efficient and long-lasting solutions. For your assurance, my methods are well-tested and will be guaranteed by a post-resolution technical report that summaries the root cause, code changes made as well as the test steps taken. Over my career, I have honed my skills on clean codes, thereby creating maintainable, scalable applications which aligns greatly with you wanting a clean pull request ready for deployment. As part of my routine process, I also carry out rigorous tests to ensure that no unforeseen issues would arise upon release. Your satisfaction is paramount to me. That's why I will only consider the job complete once your app passes TestFlight and your internal quality assurance tests. In conclusion, assigning me this task guarantees you an experienced professional with remarkable skills in Native Android, Flutter & Dart for cross-platform development, Firebase & Push Notifications among others. You will benefit not just from eliminating these recurring bugs but also receive a stable and polished application post-resolution.
₹12.500 INR på 2 dage
0,0
0,0

I am a Flutter Developer with 2.8 years of experience specialized in resolving production-level race conditions and asynchronous state deadlocks. I am confident in my ability to eliminate the two elusive issues you've described. Eliminating the First-Launch "Blank Screen" Resolving the OTP Signup Hang
₹10.000 INR på 7 dage
0,0
0,0

Kolkata, India
Medlem siden jun. 14, 2020
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
₹12500-37500 INR
£250-750 GBP
$250-750 USD
₹12500-37500 INR
$400-1000 USD
$30-250 USD
$10-30 USD
₹37500-75000 INR
₹37500-75000 INR
$750-1500 USD
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
$250-750 USD
$10-30 USD
$10-30 USD
$30-250 USD
$25-50 AUD / time
₹12500-37500 INR
$750-1500 USD