DEVTO
Your App Worked Perfectly… Until the OS Killed It
A production story from real apps. For a long time, I thought process death was an edge case. Something you read about in docs. Something that might happen, but not in real life. After all, my apps wo...
DEVTO
[Boost]
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸 Samuel Adekunle ・ Jan 21 #dart #fullstack #flutter #techwithsam
DEVTO
Why I Chose Flutter — And Why I’m Still Betting on It in 2026
When I started my journey as a mobile developer, I wanted one thing: build fast, scalable apps without sacrificing performance or UI quality. That’s when I chose Flutter — and after 3+ years of real-w...
MASTODON
spark_framework 1.0.0-alpha.2 is now on https://pub.dev/packages/spark_framework!lots of…
spark_framework 1.0.0-alpha.2 is now on https://pub.dev/packages/spark_framework!lots of improvement.✅ New way to write interactive component✅ Fixed the reactive attribute of the component.✅ Support f...
DEVTO
What is Flutter? A Complete Introduction for Developers
I spent years watching development teams struggle with the same problem. They'd build their iOS app in Swift, then turn around and build it again in Kotlin for Android. Same features, same bugs to fix...
DEVTO
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸
Hey guys! Welcome to Part 3 of our Dart Frog series. If you missed Part 1 and Part 2, we set up Dart Frog and built a CRUD API for our Task App with hot reload. Watch it now if you’re new! Today is th...
MASTODON
Nuevo proyecto en desarrollo 🛠️Consciente - app de meditación y presencia para iOS y…
Nuevo proyecto en desarrollo 🛠️Consciente - app de meditación y presencia para iOS y Android.Stack: Flutter + Cloudflare Workers + StripeFeatures en desarrollo:Campanas de presencia con intervalos in...
DEVTO
How to Collect Feature Requests and Bug Reports for flutter apps
Shipping a Flutter app is only the beginning of the product journey. Once users start interacting with the real product, they generate feedback that developers can use to improve usability, fix issues...
MASTODON
💡 Flutter tip: dynamic_single_text_fieldA package for building dynamic single-character input…
💡 Flutter tip: dynamic_single_text_fieldA package for building dynamic single-character input fields (great for PIN UIs) with full customization.🔗 https://pub.dev/packages/dynamic_single_text_field�...
MASTODON
💡 Flutter package spotlight: percentages_with_animationAnimated % widgets: 📊 Linear⭕ Circular &…
💡 Flutter package spotlight: percentages_with_animationAnimated % widgets: 📊 Linear⭕ Circular & Gradient🌊 Wave⭐ https://github.com/NicosNicolaou16/percentages_with_animation❤️ https://pub.dev/packa...
GITHUB
3.41.0-0.0.pre: Bump engine version for flutter 3.41 beta (#180930)
Bump the engine version following the dart bump in #180916
GITHUB
Update changelog for flutter 3.38.7 stable hotfix (#180931)
Updates the changelog to prepare for the 3.38.7 stable hotfix. Includes #180867
MASTODON
I'm am not the only one doing crazy shit with Dart!
I'm am not the only one doing crazy shit with Dart! Dart as a modding language for Minecraft!https://github.com/Norbert515/redstone_dart/#dartlang
GITHUB
Update engine.version for 3.38.6 release (#180698)
Dart version was bumped in 78fc301. Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative...
MASTODON
Cơ hội hợp tác: Dự án app video ngắn đang tìm lập trình viên Flutter và Backend để xây dựng MVP.
Cơ hội hợp tác: Dự án app video ngắn đang tìm lập trình viên Flutter và Backend để xây dựng MVP. Dự án giai đoạn sơ khai, hợp tác cổ phần (chưa có lương).#tuyendung #laptrinh #flutter #backend #mvp #h...
MASTODON
In case you're wondering why your dartssh2 lib cannot connect to a legacy government FTP…
In case you're wondering why your dartssh2 lib cannot connect to a legacy government FTP server...Clone the dartssh2 repo and set allowMalformed to true in ssh_message.dart#dartlang #flutter
MASTODON
2025 in code!
2025 in code! 🚀📈 4,508 contributions🏆 Top 1% rank⭐ 259 stars earned🔥 Longest streak: 10 daysTop Language: Kotlin 🛠️Power Level: Super Saiyan 🔥Here’s to an even better 2026! 💻✨Follow me 👇https:...
MASTODON
Another fun thing here is Dart running both in the editor and in your game (potentially *multiple* games) and trying to debug them.
Another fun thing here is Dart running both in the editor and in your game (potentially *multiple* games) and trying to debug them. Each instance of Dart will have to start a service isolate on a sepa...
MASTODON
When you instruct it to perform a hot reload, it does an incremental compilation to another dill…
When you instruct it to perform a hot reload, it does an incremental compilation to another dill named "main.dart.incremental.dill", copies that to devFS, then tells the Kernel service to reload sourc...