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...
HACKERNEWS
Why Flutter Isn't Dead
Article URL: https://shorebird.dev/blog/flutter-not-dead/ Comments URL: https://news.ycombinator.com/item?id=46654490 Points: 7 # Comments: 0
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...
HACKERNEWS
Show HN: Plezy – alternative Plex client built with Flutter
I built a Plex client that runs (almost) everywhere (macOS, Windows, Linux, iOS, Android) because I got tired of transcoding. It uses mpv, so it direct plays pretty much anything - HEVC, AV1, HDR, Dol...
HACKERNEWS
Show HN: Tooliz – An offline-first mobile toolkit built with Flutter (Radial UI)
Hello HN,I’m the developer behind Tooliz. I built this because I was frustrated with the current state of utility apps on the Play Store—most are either 100MB+ bloatware, require unnecessary permissio...
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
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...
HACKERNEWS
Proxying Flutter Traffic on Android with Claude
Article URL: https://randywestergren.com/vibe-hacking-proxying-flutter-traffic-on-android-with-claude/ Comments URL: https://news.ycombinator.com/item?id=46527472 Points: 1 # Comments: 0
HACKERNEWS
Redstone.dart, create mods in Dart or full GUIs using Flutter in Minecraft
Article URL: https://xcancel.com/norbertkozsir/status/2008627921800323518 Comments URL: https://news.ycombinator.com/item?id=46525132 Points: 2 # Comments: 0
HACKERNEWS
WebF Beta: Bring JavaScript and the Web Dev to Flutter
Article URL: https://openwebf.com/en/blog/announcing-webf Comments URL: https://news.ycombinator.com/item?id=46522705 Points: 3 # Comments: 0
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
HACKERNEWS
Visual theme builder for Flutter that exports 0-dependency code(Shadcn inspired)
Article URL: https://github.com/TejasS1233/bricolage-ui Comments URL: https://news.ycombinator.com/item?id=46500956 Points: 2 # Comments: 1
HACKERNEWS
Show HN: Arbor – A 3D Logic Forest for your codebase (Rust/Flutter)
Article URL: https://github.com/Anandb71/arbor Comments URL: https://news.ycombinator.com/item?id=46500070 Points: 4 # Comments: 2
HACKERNEWS
Show HN: Flutter Studio – A Shadcn-like UI library for Flutter (0 dependencies)
Hi, I built a website that lets you preview, customize, and export Flutter UI components with real-time theme changes along with the UI components themselves (lib) kinda like tweakcn+shadcnLink: https...
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 ...