MASTODON
Hat jetzt doch etwas Zeit gekostet.
Hat jetzt doch etwas Zeit gekostet. Aber die Alpha von #aevo läuft jetzt auf einer selbst gehosteten supabase Instanz. #todo #productivity #flutter
GITHUB
Update CHANGELOG.md for Flutter 3.41.5 (#183792)
Added release notes for Flutter version 3.41.5 that includes: #183526 #183551 Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assis...
REDDIT
OSS tool to catch App Store payment guideline violations before submission
Stripe encourages devs to move off Apple IAP. Apple terminates apps for doing it. There was no tooling to catch this before submission, so I built one. iap-shield scans .dart, .ts, .tsx, .js, .jsx, an...
REDDIT
I am looking for Flutter expert
Full-time | Remote What Youâll Do Build and maintain mobile apps for iOS and Android using Flutter & Dart Own the entire app lifecycle â design â development â testing â release Create fast,...
MASTODON
It’s been a busy few weeks developing Pluzy, but it’s finally here!
It’s been a busy few weeks developing Pluzy, but it’s finally here! 🚀I’ve just released a highly requested feature: Home Widgets for Android! 📱✨ Check it out now:🔗 pluzy.app#Pluzy #AndroidDev #Flut...
REDDIT
What does your crash debugging workflow actually look like in Flutter?
Genuinely curious â when something crashes in prod, what's your process? Flutter makes this harder than native IMO: Dart traces are hard to read Platform channel crashes point to the wrong layer Sam...
DEVTO
Flutter & Dart Basic Interview Questions
If you’re preparing for a Flutter interview and not sure where to start, this series is for you. In this blog series, I’ll be sharing a wide range of Flutter interview questions that are commonly aske...
REDDIT
⨠Forui Adaptive Widgets: Working with Touch and Desktop Platforms
The idea is simple: on touch devices you want larger tap targets, more generous spacing, and overall more forgiving hit areas. On desktop, you want things tighter and more precise. This comes out of t...
MASTODON
Today in #FlutterDev: I was mentally planning out a 2048-game and realized it was easier to whip up…
Today in #FlutterDev: I was mentally planning out a 2048-game and realized it was easier to whip up a prototype over lunch :D#MobileDev
REDDIT
What's your tool stack for staying productive in Flutter?
Hey folks. I'm a one-person dev team with very basic Flutter/Dart and Go experience. I'd like to start building some fairly simple production-ready tools mainly for internal use at work. I have used F...
REDDIT
Iâm open sourcing my physical & mental health tracker I spent a year developing.
Hey all, I've been a professional Flutter developer for 7 years, and over the past year I built FitAndFitness as a side project. The idea was simple: there are tons of fitness apps and tons of mental ...
MASTODON
I thought I was building a scheduler.Turns out I was building a boundary — between writing and…
I thought I was building a scheduler.Turns out I was building a boundary — between writing and posting, between intention and impulse.The internet has enough tools trying to accelerate you. I wanted t...
MASTODON
Built with #Flutter so it runs on Android, iOS, Windows, macOS, and Linux from a single…
Built with #Flutter so it runs on Android, iOS, Windows, macOS, and Linux from a single codebase.Local storage only — no backend, no telemetry, no invisible server holding your drafts.For me, offline-...
DEVTO
Firebase App Check: Protecting Your Backend from Abuse
I'm Berat Göktuğ Özdemir, a Senior Flutter Developer since 2018 and a Google Developer Expert for Firebase. I regularly speak at DevFest events about Flutter and Firebase. In this post, I take a deep ...
DEVTO
The Hidden Problem in Most Flutter Location Implementations
Let’s talk about something most Flutter developers implement… but rarely optimize properly. 👉 Location services. At first, it feels simple: Get location Show it on UI Done But once your app hits real...