Pascal Welsch
banner
pascalwelsch.com
Pascal Welsch
@pascalwelsch.com
Flutter & Dart GDE 💙 Follow me for updates on #Flutter and #Dart
Co-Founder wiredash.com 💬📈 CTO phntm.xyz 💼
he/him 👩‍❤️‍👨 husband 🇩🇪 Cologne
Today I was 11x "absolutely right!"
October 11, 2025 at 11:51 PM
I was wondering why the QR code tile was "active" all the time until I realized it is actually just the Audible app shining through 😑 #ios26
September 18, 2025 at 9:05 PM
I've rarely seen a bench in a sauna. A towel might help or only showing the oven
September 11, 2025 at 12:25 PM
I'm talking at fluttercon.dev about "Flipping the Testing Pyramid - Smarter Widget Testing with Spot & Robots"
August 18, 2025 at 3:10 PM
You can press D and W in Google Calendar to quickly switch between Day and Week view 😍
June 27, 2025 at 11:02 AM
I thought JSON is way older 🤯
June 26, 2025 at 6:02 PM
Perfect start 🏁 #MarioKartWorld #Switch2
June 5, 2025 at 11:04 AM
I sometimes prefer building up a mutable list. It might not be the shortest, but is definitly the easiest to debug.
May 31, 2025 at 12:51 AM
Dart developers! Quick, what's the output?
May 30, 2025 at 2:32 PM
spot: 0.18 is a huge release 🚛
#Flutter widget testing becomes better with every update

pub.dev/packages/spo...
May 28, 2025 at 12:33 AM
Since I spend more and more time in cursor, I ported my personal editor theme (Sweet Pascal) from IntelliJ to VScode.
The pastel colors are inspired by Sweet Sweet Canyon from Mario Kart 8
May 14, 2025 at 2:21 AM
It's easier if there are exising rules. This worked for me in a new project
April 25, 2025 at 9:04 PM
One way to test for new vs. old implemenation is this
April 15, 2025 at 1:47 PM
I now have to fix @wiredash.com. Moving to the next page is impossible. The animation is taking ~10min to settle (vs 500ms previously)
I hope I find a clever way to distinguish between the new and old Flutter SDK
April 15, 2025 at 12:41 PM
It still bothers me that I can’t recreate a simple link color change animation on hover in Flutter. It’s so easy with CSS. github.com/flutter/flut...
April 11, 2025 at 8:43 AM
Only for macos. On linux and windows you get way more disk space.
See Org Settings -> Actions -> Runners
April 2, 2025 at 11:42 AM
Using the pubspec.lock is not enough. Also the flutter version needs to be locked.
When the flutter version changes, its locked dependencies change. This forces pub get to find new compatible packages.
This updates some packages regardless of what is defined in the lockfile.
March 25, 2025 at 4:29 PM
When the "forgot password" function sends you your password in plain text as email 🤦‍♂️

Danke Bezirksregierung Köln @stadt-koeln.de
March 24, 2025 at 1:26 PM
Inbox zero 💪
March 5, 2025 at 4:22 PM
I cannot belive this is valid @dart.dev code

@mrale.ph what does throw return so that it can throw a throw?
February 24, 2025 at 8:34 PM
I invested a full day testing cursor.com. I haven't written a single line of code. It was all generated and good 🤯
I was especially amazed by refactorings across the codebase. Faster than me ⚡️

The actual workflow is like reviewing PRs. Suggest a change, review the change. Iterate, land the change.
January 30, 2025 at 5:31 PM
It exists. You can archive all timelines at once with this action
January 10, 2025 at 3:33 PM
spot 0.17.0 now ships with Jaspr to generate the HTML timeline. Thanks so much @schultek.dev for the migration.
github.com/passsy/spot
January 3, 2025 at 6:22 PM
Making progress. The spot timeline now supports hot-restart for spot developers. This makes it way easier to work with Jaspr

It takes Dart ~1.5s to compile the app to JS.
December 30, 2024 at 5:48 PM
Which code style do you prefer? 🤔
Today's #AdventOfCode felt like a challenge in code formatting more than anything. I can't decide which style I like better!
December 19, 2024 at 6:47 AM