Filter
Exclude
Time range
-
Near
Business logic crammed into the UI layer is still one of the most common Flutter mistakes I see in 2026. Bloated widget files are not it. Keep your widgets dumb, your logic clean. Separation of concerns isn't optional. #Flutter #FlutterDev
41
Experienced Mobile & Desktop developer here. • React Native / Flutter • C# Desktop Apps • Trading & FinTech apps • Real-time systems Available immediately. Sending you a DM with portfolio. #OpenToWork #ReactNative #FlutterDev #MobileDeveloper #CSharp #SoftwareDeveloper
1
28
The result? Performance is now on another planet 🪐 A stronger foundation means future work can focus on new CRDT constructs and flexibility instead of fighting bottlenecks. Benchmarks (before vs after): github.com/MattiaPispisa/crd… pub.dev/packages/crdt_lf #Dart #CRDT #FlutterDev

12
🚀 Flutter Tip Always check mounted after an async operation before using context or calling setState(). Future<void> loadData() async { await fetchData(); if (!mounted) return; setState(() {}); } This prevents: ❌ setState() called after dispose() ❌ Context used after an async gap A small check that saves hours of debugging. #Flutter #FlutterDev #FlutterTips #Dart
3
7
39
I made a demo video months ago.
10
Flutter Tip 🚀 BuildContext is NOT just a parameter. It's a widget's location inside Flutter's widget tree. Understanding this one concept helps you avoid: ❌ Context used after async gap ❌ No ScaffoldMessenger found ❌ Navigator context errors ❌ setState() called after dispose() Master BuildContext → Master Flutter. Full breakdown 👇 linkedin.com/posts/shoyab-kh… #Flutter #FlutterDev #MobileDevelopment
4
29
Turkana Nation retweeted
I have also been working on the library being compliant with @NIST’s FIPS 204 (Dilithium) and FIPS 205. Never expected to work with this much Mathematics. I had forgotten about Polynomials a while ago.
1
1
75
Stop building phone-auth screens from scratch. Phone Registration — country picker number field. Production-ready Flutter, one command: flutterkit add wallet-phone-registration rohansurve.in/pro/screens/wa… #flutter #flutterdev
1
14
あざらし🦭Flutterエンジニア retweeted
New blog from Flutter #GDE @ulusoyapps on building generative UI with Flutter 🦋
📢 I shared a new article on GenUI 🚀 medium.com/p/a6db3653b9b6 This post sets up the next one, where I will look at Flutter’s GenUI SDK directly. It is about how I accidentally built a custom GenUI style refinement flow using Gemini structured outputs, schemas, and native Flutter widgets. The next article in the series will take that same problem and explore what changes when I use Flutter GenUI SDK instead of something I wired by hand.
2
21
134
12,714
Stop building onboarding from scratch. Wallet Onboarding 3 — illustration, headline and Get started CTA. Production-ready Flutter, one command: flutterkit add wallet-onboarding-3 rohansurve.in/pro/screens/wa… #flutter #flutterdev
12
Stop building onboarding from scratch. Wallet Onboarding 2 — illustration, headline and Next CTA. Production-ready Flutter, one command: flutterkit add wallet-onboarding-2 rohansurve.in/pro/screens/wa… #flutter #flutterdev
11
Flutter is no longer just for mobile apps. 🚀 From smartphones → web → desktop → now cars. The 2026 RAV4 uses Flutter to deliver a smooth, modern, smartphone-like experience for drivers worldwide. This shows how far Flutter has evolved: ✅ Mobile ✅ Web ✅ Desktop ✅ Embedded Systems ✅ Automotive The future of Flutter is bigger than app development. #Flutter #FlutterDev #Toyota #RAV4 #MobileDevelopment #SoftwareEngineering
1
5
110
Stop building onboarding from scratch. Wallet Onboarding 1 — illustration, headline and Next CTA. Production-ready Flutter, one command: flutterkit add wallet-onboarding-1 rohansurve.in/pro/screens/wa… #flutter #flutterdev
9
Stop building wallet dashboards from scratch. Wallet Home — balance hero, quick actions and recent activity. Production-ready Flutter, one command: flutterkit add wallet-home rohansurve.in/pro/screens/wa… #flutter #flutterdev
8
Give me @claudeai pro, macbook pro, 1TB, 24/7 light, 20M, @FlutterDev full course Just give me 2 month If you don't see any changes.... Till then
19
Launch a Smarter Mobile App with Integrated AI 🚀 Professional mobile app development using React Native and Flutter with AI features, modern UI, and scalable performance. go.fiverr.com/visit/?bta=221… #MobileAppDev #AI #ReactNative #FlutterDev #AppDevelopment
21
Check this out I built a showcase app with Rails and Ruflet. The web, mobile(android & iOS), and desktop apps all share a single codebase, are written entirely in pure Ruby, and are served by Rails. To try it out, download the Ruflet Explorer app here apps.apple.com/us/app/ruflet… ,then open it and enter ruflet.dev to see a fully native mobile app built with Ruflet and served by Rails. @rails @railsconf @tropicalonrails @rubyconf @ruby_african @yukihiro_matz @evilmartians @fletdev @FlutterDev @yarotheslav
1
5
648
After learning UI/UX design then teaching myself Flutter, I built Foodie 🍔, a complete food delivery app! Clean Architecture, Riverpod, offline-first Hive & Material Design 3. My biggest project yet. Feedback welcome ❤️ → github.com/Kamcel/foodie #Flutter #FlutterDev
1
3
61