@anirudhsingh
Nothing here yet.
Nothing here yet.
Feb 20 · 5 min read · When you build your first fintech app in Flutter, using double for money feels completely normal. double price = 10.25; It compiles.It runs.The UI looks correct.QA passes it. So what's the problem? T
Join discussion
Feb 13 · 5 min read · When apps grow, navigation becomes messy. At first, it’s just: show login push home present details But as features increase, flows start crossing each other: Splash → Auth → Home Auth → Forgot password → OTP → Reset Home → Profile → Edit → B...
Join discussion
Feb 6 · 5 min read · Problem statement: it works… until someone refreshes I’ve seen this pattern again and again, especially with newer Flutter developers. You build navigation using go_router.You pass objects from one page to another.Everything works perfectly during no...
Join discussion
Feb 1 · 5 min read · Working in mid to large-sized teams often means everyone brings their own working style—code formatting preferences, commit message habits, naming conventions, and even different interpretations of language or framework best practices. This diversity...
Join discussion