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...
MASTODON
So, in researching a "correct" way for Godot Dart to do hot reload, I have gone down a rabbit hole…
So, in researching a "correct" way for Godot Dart to do hot reload, I have gone down a rabbit hole of how Flutter does it, and it's wild to me how it works when it seems like Dart supports hot reload ...
MASTODON
🚀 Pokedex Flutter v2.0.10 is live!Flutter 3.38.5, updated deps, Android build improvements & bug…
🚀 Pokedex Flutter v2.0.10 is live!Flutter 3.38.5, updated deps, Android build improvements & bug fixes 🧩🔥🔗 https://github.com/NicosNicolaou16/Pokedex_Flutter⭐ If you find it useful, drop a star!#F...
MASTODON
Question to developers that use semantic versioning.
Question to developers that use semantic versioning. I'm accepting a PR for an API change that doesn't break anything but refactors my library so that it is a bit cleaner now that Dart has added algeb...
MASTODON
🚀 Sharing open-source Android & Flutter samples, libraries, and packages focused on clean…
🚀 Sharing open-source Android & Flutter samples, libraries, and packages focused on clean architecture & modern dev.Take a look 👇🔗 https://github.com/NicosNicolaou16If it helps, a ⭐ or Follow is ap...
MASTODON
I share practical Android & Flutter tutorials on Medium — Jetpack Compose, Room DB, Wear OS/TV,…
I share practical Android & Flutter tutorials on Medium — Jetpack Compose, Room DB, Wear OS/TV, Navigation 3, and live update notifications.🔗 medium.com/@nicosnicolaou#AndroidDev #FlutterDev #MobileD...
MASTODON
Tonite I am working on the ecto chapter in "Practical Flutter & Phoenix", will cover the following.
Tonite I am working on the ecto chapter in "Practical Flutter & Phoenix", will cover the following. ☑️Repo, Schemas and Changesets☑️Migrations☑️Associations☑️Transactions☑️Showcase all code via Iex. H...