Hans
banner
hanskokx.com
Hans
@hanskokx.com
An 🇺🇸 in 🇸🇪
Lead Flutter developer
Applications architect
Thanks Craig. It's a bit crushing.
November 13, 2025 at 9:09 PM
Thank you!
November 13, 2025 at 7:38 PM
Thank you! 🙏🏻💙
November 13, 2025 at 5:10 PM
Don't suppose you've got a lead on a role? 🤞🏻
November 13, 2025 at 5:09 PM
I can't speak on her behalf 🤷🏻‍♂️
November 13, 2025 at 5:06 PM
I haven’t, but mostly because it’s not worth paying for when I can just slap the hands of my team enough times that they learn XD
November 13, 2025 at 2:11 PM
There’s a lint rule that requires all variables have a type, which I’d _love_ to use… but it’s a bit too aggressive. (For example, if I’m using bloc, `on<MyEvent>((event, emit) {})` would become `on<MyEvent>((MyBlocEvent event, Emitter emit) {})`, which is unnecessarily verbose.)
November 13, 2025 at 1:24 PM
I don’t think dot shorthands provides _me_ any benefits. Sure, it may be less code to _write_, but when I’m trying to _read_ the code, it actively works against me.

I spend a good chunk of my time _reading_ code (e.g., PRs)… so anything that slows me down there should be actively discouraged.
November 13, 2025 at 12:33 PM
But that depends on context, of course. That need not always apply.
November 13, 2025 at 12:23 PM
I very much hate that. I have no idea what type will be produced. Also, depending on where that's defined, it would run on every rebuild.

```
late final MyType myVal;

@override
void initState() {
super.initState();
myVal = fn();
}
```
November 13, 2025 at 12:22 PM
I hate it when I have to review code that doesn't have the type next to it. You set a variable and then perform some action on it later? Ok, cool... But when I'm reviewing your code, how can I contextualize it without having my IDE evaluate it?

Also 1000% agree with the linting.
November 13, 2025 at 10:08 AM
Let me know if you get the camera working
November 4, 2025 at 7:02 PM
And it's still an inferior game
November 4, 2025 at 5:00 PM
I would absolutely put Linux on my surface book if there were drivers for all devices
November 4, 2025 at 5:00 PM
Seems like you should follow the @f4mi.bsky.social lifestyle
November 3, 2025 at 4:55 PM
I'll be your first 👍🏻. Just need to find time to build an app around it.
November 3, 2025 at 4:53 PM
Kinda jealous
October 30, 2025 at 10:14 PM