REDDIT
Will new material 3 widgets come to flutter?
hello everyone! I'm making my app in flutter, and there are some material 3 components presented on material io, but haven't been added to flutter main package. Does anybody know if there are plans to...
REDDIT
Been building a niche productivity Ai powered app for a very specific professional persona
Been building something quietly for the past few months. Won't share what it is yet, but I want to talk about the AI architecture because I haven't seen many Flutter devs go deep on this. The app targ...
MASTODON
The second release candidate of Butterfly Crimson Red (2.5) is now available.Highlights:📄 Improved…
The second release candidate of Butterfly Crimson Red (2.5) is now available.Highlights:📄 Improved pdf📋 Improved logs🔤 Better arabic font🐛 Bug fixesRead more here: https://linwood.dev/butterfly/2....
REDDIT
Looking for technical feedback on our Flutter iOS TestFlight app
Weâve opened the iOS TestFlight for Cheeky, a Flutter-built fashion-tech app, and Iâd love feedback from other Flutter devs. The app is focused on wardrobe interaction, style discovery, and social...
DEVTO
We are launching our fashion tech app
We’ve opened our iOS TestFlight for Cheeky — looking for technical feedback We’ve just opened the iOS TestFlight for Cheeky and are looking for early feedback from developers, product builders, and te...
MASTODON
🚀 v1.0.4 released — dynamic_single_text_fieldBuild clean OTP-style inputs fast ✨Dynamic,…
🚀 v1.0.4 released — dynamic_single_text_fieldBuild clean OTP-style inputs fast ✨Dynamic, customizable & lightweight🔗 https://pub.dev/packages/dynamic_single_text_field💻 https://github.com/NicosNico...
MASTODON
🚀 New update for percentages_with_animation v1.1.5!🔗…
🚀 New update for percentages_with_animation v1.1.5!🔗 https://pub.dev/packages/percentages_with_animation💻 https://github.com/NicosNicolaou16/percentages_with_animation👍 Like it on pub.dev if you f...
REDDIT
[XYZ] Simplified state reactivity ft. Streams
XYZ â just another state management library inspired by Signals and GetX for surgical/fine-grained reactivity. No external dependencies (only ~100 lines of code). Simple code foundation so you can s...
DEVTO
Before Writing Code, I Write the Spec Myself
Before you start coding, you usually need to clearly define what needs to be built. In other words, you take unclear requirements and turn them into actual features based on what you hear from your cl...
DEVTO
Unlock Local Encryption with Passkeys: A Guide to the KEK (PRF) Feature
Passkeys are revolutionizing the way we authenticate by providing a secure, passwordless experience. But did you know that passkeys can do more than just authenticate users with a server? With the Pas...
DEVTO
I Built a macOS App in a Weekend with an AI Agent — Here's What 'Human on the Loop' Actually Looks Like
Last weekend I built Duckmouth — a macOS speech-to-text app with LLM post-processing, global hotkeys, Accessibility API integration, and Homebrew distribution. From first commit to shipping DMG: 26 ho...
DEVTO
Run LLMs locally in Flutter apps
In this tutorial, you'll learn how to run a large language model (LLM) directly on a user's device — no cloud, no server, no cost. We'll start from scratch, build a working chat interface, and progres...
REDDIT
I built Flutter Notemus â a SMuFL-based music notation renderer for Flutter
Hi everyone, Iâd like to share a project Iâve been building called Flutter Notemus â a library focused on music notation rendering in Flutter. As both a musician and a developer, one thing that ...
REDDIT
tap2exit â Double-tap-to-exit for Flutter with Android 14+ predictive back support
Hey r/FlutterDev ð Just published tap2exit â a simple widget that adds "press back again to exit" functionality to your Flutter apps. Why I built it: - Android 14's predictive back gesture was br...
DEVTO
Elevate Your Business with Native iOS App Development
Why Choose iOS App Development? In today’s digital landscape, having a mobile app is essential for businesses looking to enhance customer engagement and streamline operations. iOS app development offe...
MASTODON
[Перевод] Flutter Widget Previewer: разработка UI без запуска приложенияЯ разрабатываю приложения…
[Перевод] Flutter Widget Previewer: разработка UI без запуска приложенияЯ разрабатываю приложения на Flutter уже много лет, и то, как он развивается, не перестает меня удивлять. Сегодня Flutter Widget...
REDDIT
Dart Backend in 2026: What Flutter Teams Should Actually Use
Dart on the backend has had a resurgence lately. Relic. Dart Cloud Functions. If youâre building with Flutter and youâre wondering whether the Dart backend actually makes sense now, and what your ...
REDDIT
Dart Backend in 2026: What Flutter Teams Should Actually Use
Dart on the backend has had a resurgence lately. Relic. Dart Cloud Functions. If youâre building with Flutter and youâre wondering whether the Dart backend actually makes sense now, and what your ...
REDDIT
flutter and firebase
Hi everyone ! Context : I'm working on a flutter app with a nodejs that does the link btw my database and the app. I needed to inplant some notification when a machine is in alert. I decided to code i...