Joe Muller

@codeontherocks.bsky.social

Control your context, control your life The clipboard is the app layer 📋 https://clibbits.com/ https://joemuller.com/

Pro Flutter Tip 💙 You can change the application ID and label of your Android app during development using the "debug" build type This lets you have the production and development versions installed at the same time

Bild

I don’t believe generative AI will be a thing, at least not how it's talked about now I do think there will be a trend towards a personal UI across all apps and AI will make it possible Developers provide the schema -> Users create the design

TIL you can override the equality operator in Flutter/Dart 💙 This is especially important when using the Signals library. If the change you make to a signal doesn't change the equality check, the signal won't trigger any changes

Bild

Flutter reminder 💙🔥 You shouldn't show an error message on every sign in "error" Google Sign In and Firebase Auth can both throw errors that simply mean the user canceled the sign in flow-->

Bild

More Flutter goodness 💙 TIL I learned you can use the Feedback class from the material library to provide "platform-specific feedback for a tap" It doesn't do anything on iOS but on Android it plays the click system sound

Bild

How vibe coding becomes the new standard: 📕 Auto denerated docs for design decisions 🟢 Auto generated diagrams for features 🔩 Auto extraction of reusable components + utilities I could care less about technical details as long as the AI can get me up to speed in <5 mins