Finally! www.macrumors.com/2026/02/26/a...
There are so many issues in GitHub for that package I couldnβt tell you.
@adamlyttleapps.com Here I am. apps.apple.com/us/app/auto-...
I am so tired of my SVG files from Figma not rendering in my Flutter app due to the flutter_svg package. Seems like Flutter should have a rock solid SVG display by now. #Flutter #FlutterDev
Iβm frustrated that I canβt keep my AI agents busy enough. Anyone else feel that way?
26.3 RC has been out for a while, but something is holding up the release. I bet itβs legal related to AI.
Not sure. I donβt use flutter pub add πbecause I like to order my packages and versions a specific way.
I use VS code with the Flutter extension, and after adding a new package name to a pubspec file, and saving it, it automatically runs futter pub get to resolve the dependencies.
I just realized that the Bluesky web app does not show tooltips on hover for small icon buttons. Isn't that standard for web apps these days? Without tooltips it is difficult to know what some of these icon buttons actually do.
I think I should name my AI agents, and I feel obligated to use sci-fi like names like Argon and Trillage. #FlutterDev
Not normal
Good idea π "China Is Banning Retractable Car Door Handles" apple.news/AXLAgXrTeTHC...
Teams Chat vs Slack! Which would you rather use?
Coffee time βοΈ
And back in 2014 too. techcrunch.com/2014/07/11/t...
Twitter had it back in 2016 and probably before that. See this article. sproutsocial.com/insights/twe...
I know that other social networks provide multiple different clients which means this issue is not new and has been solved many times.
I realize this would be a difficult problem to solve, but at least it could be solved in the Bluesky app itself.
Does anyone know when Bluesky will start showing Post View Metrics to help determine how much a post was seen? #Bluesky #atproto
At this point I am doing well with 2 simultaneous AI coding agents. Striving to get to 3. #Flutter #FlutterDev
Whenever I see a Slack update message, I know we are getting some cool new AI features. π«Ά
I've updated to Android Studio Panda 1 | 2025.3.1 Patch 1 π π #Flutter #FlutterDev
Android Developer: Why does Gemini for Android Studio sign me out every 4 hours? Bobby Finn: it's because - that's why! #Flutter #FlutterDev
Android Developer: Why do I have to restart the emulator all the time? Bobby Finn: it's because - that's why! #Flutter #FlutterDev
I see this debugging error in Android Studio Otter 3 about 50% of the time π€¦ (Unable to open debugger port) #Flutter #FlutterDev
Android Studio Otter 3 stuck in 2020 π€¦ (Live Edit not supported in debugging mode). #Flutter #FlutterDev
Coffee time.
I love the defer command in Swift. I wish Dart had that same command. #Flutter #FlutterDev
I am in San Francisco this morning and there was an earthquake, 4.2. I captured the sound at the end of this video. It sounds like a door opening.
My sonβs date is Feb 6th to get power restored and they have a show on Feb 4th and canβt rehearse. Theyβve moved from a downtown hotel to an Airbnb and to another Airbnb. Hope you get power soon.
Heading for San Francisco for a week of meetings and warm weather.
Coffee time.
I love this quote that I made up: You may be meeting with someone important, but it may not be important. #larryism
Mostly, but only with the latest models.
Iβm mostly switching from one free tool to another.
One app, one focus, one income stream to manage, one set of analytics, one release strategy and pipeline, one marketing plan, and one app to think about while in the shower.
How do we know that Bluesky is getting any usage if it doesnβt have any view counts? Even LinkedIn shows view counts. #bluesky
For unit test coverage where 49 out of 50 lines are covered, is that adequate for your unit test needs?
You a bot? You keep replying to my posts with empathy.
Food is sustenance - not entertainment. #larryism
Yesterday using Antigravity from Google I created a macOS app using the Gemini 3 Pro model. It was awesome. Today I created the same app using Antigravity for Flutter. Also awesome. We live in amazing times. This app uses Ollama to analyze log files. @ollama.cloud #swift #flutter
I'm tired of seeing this Swift compiler issue while writing SwiftUI code in Xcode. It is so common for the compiler to just give up and stop reporting errors: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions #swift
The only great thing about this Verizon outage and no SMS is that I donβt get any more SMS spam.
Itβs very annoying that a Swift app on iOS canβt perform a hot reload like Flutter.
This Verizon Wireless outage is no joke.
Working on Apple Wallet integration from our iOS app to add our credit card to the wallet. Luckily iOS handles most of this but as a mobile developer I am just orchestrating the passing of data back and forth between our backend and the wallet.
Matthew and his band Soupless dropped a new song today. Check out βThe1β for #NewMusicFriday soupless.fanlink.tv/the1?utm_sou...
Wow! celebrityaccess.com/2025/12/05/n...
Weβre proud to share that Car IQ Inc. will soon become part of Element Fleet Management, expanding our connected vehicle payments technology across a global fleet ecosystem. www.linkedin.com/posts/car-iq...
Two very good headless CMS tools. 1. Contentful: www.contentful.com 2. Storyblok: www.storyblok.com
#3
When using SwiftUI in Xcode 26.1 I frequently run into this compiler issue. I can't even send this to Apple because I don't have a small repro case for it: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions #SwiftUI
I voted.
Game 7!
The US debt is now $38.02T. #NationalDebt #DebtNow
I'm wondering if Apple is planning to rename the Apple TV box to Apple Home TV so it does not conflict with the Apple TV service. #apple #appletv
On Friday Matthew and his band @SouplessBand released their first album The Outside. Itβs a great collection of 10 very beautiful songs. open.spotify.com/album/1SAsfsaRβ¦ #NewMusicFriday
great seats
Matthew just dropped another song 'In The Mirror' with his band Soupless. From Matthew: this song grapples with a battle against the self in a world of reflection. #NewMusicFriday #Soupless #Indie soupless.fanlink.tv/inthemirror
Thereβs a massive hurricane off the East Coast right now.
π
Enjoying this chill music and would enjoy staying at this house. youtu.be/cPiihDdjIq0?...
Why doesnβt Xcode have a terminal window built in like every other IDE on the planet?
Such as? (Iβm new to SwiftUI)
Matthewβs new song π΅ Hoping youtu.be/cH5UgTqa4_4?...
This song came out over a year ago but still one of my favs. youtu.be/HT11KW2IqPM?...
My favorite:
My app Auto Care apps.apple.com/us/app/auto-...
For my Flutter app versioning in pubspec.yaml, I prefer to use a semantic version like 1.2.3+32, using the format of MAJOR.MINOR.PATCH+BUILD, which works well on both Android and iOS. #Dart #FlutterDev #larryism
Iβve thought about using RevenueCat as well for the same reason. Would like to hear what others are saying.
Apple intelligence at its best.
Welcome back
In VS Code I like using launch.json with configurations for each of my app flavors. It makes it easy to launch various apps quickly and it provides concise documentation on which flavors are supported. #Dart #FlutterDev #larryism
That's a good idea. I've not used that rule but always observed it until recently.
Sorry, I meant class properties.
flutter_lints does not. Maybe there are add-ons for that.
Nothing I am using forces that. What is a Linzer rule?
In my Flutter/Dart classes I normally define the class parameters after the class constructor. However, I realize this may not be the normal convention. Iβve recently tried the reverse and like it now. #Dart #FlutterDev #larryism
www.fvr.fan/soupless/pre...
I was working on a Flutter desktop versions of my mobile phone app. Was frustrated with making screens have a max width that Iβve paused development. Moving on to an iCloud feature.
All apps should have a good working offline mode. For some reason, the Bluesky iOS app does not. #Dart #FlutterDev #larryism
When my IDE or the installed extensions need to be updated, I update them ASAP. I donβt know why I do this, but maybe itβs the dopamine that is released in anticipation of the reward of seeing the alert go away. #Dart #FlutterDev #larryism
Developing with Flutter and having hot reload is a game changer. It works well all the time and is super fast. So much better than what native iOS and Android development offer. #Dart #FlutterDev #larryism
Software engineering
I hope that soon using the new AI tools we can finally auto configure ProGuard/R8 for Android apps and stop the release app crashes. It really drags down Android development, and is just another example of poor engineering management at Android. #Dart #FlutterDev #larryism
I prefer to send app trace and error data to New Relic for easy real time reporting and monitoring. You canβt match the real times features of New Relic with Google Analytics or Firebase Analytics. #Dart #FlutterDev #larryism
I am still using Flutter version 3.27.3 even though version 3.29.3 is currently the latest because I donβt like upgrading Flutter in the middle of feature development. I prefer to upgrade at the start of new development. #Dart #FlutterDev #larryism
I prefer to use VS Code as my IDE and text editor, and I still use light mode. #Dart #FlutterDev #larryism
I prefer to have all of my state objects extend Equatable for consistency and to ensure state updates donβt happen when the state is not changed. #Dart #FlutterDev #larryism
I enjoyed that game live from behind home plate.
I thought my M4 Pro was a pretty decent machine until I tried building my app with Firebaseβ¦
I see that the Dart mockito package was updated by the Dart team from version 5.4.4 to 5.4.5 with breaking changes: requires Dart ^3.6.0. That breaks the rules of semantic versioning. semver.org
The Bad Bunny residency in Puerto Rico is ground breaking. news.pollstar.com/2025/03/21/a...
Great idea
Today Matthew and his band Soupless released another single. This song Sycamore Silence is their best production yet. Check it out! #NewMusicFriday open.spotify.com/album/4vxbmC... soupless.fanlink.tv/sycamoresile...
upgrader
App Store Connect is down again. appstoreconnect.apple.com