Hans's Avatar

Hans

@hanskokx.com

An πŸ‡ΊπŸ‡Έ in πŸ‡ΈπŸ‡ͺ Lead Flutter developer Applications architect

62
Followers
94
Following
265
Posts
25.12.2023
Joined
Posts Following

Latest posts by Hans @hanskokx.com

πŸ“β›±οΈπŸ”§ #cantstopthesignal
πŸ“β›±οΈπŸ”§ #cantstopthesignal YouTube video by Jewel Staite

Wait, whaaaaaat

youtube.com/shorts/O6HjF...

04.03.2026 22:28 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Rude. But(t) true.

04.03.2026 15:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Consider checking out @matrix.org

01.03.2026 11:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hate the world today? Blame neoliberalism.

28.02.2026 12:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

This is amazing.

www.getyourfuckingmoneyback.com

27.02.2026 17:49 πŸ‘ 37008 πŸ” 11952 πŸ’¬ 498 πŸ“Œ 800
Microsoft Already Spamming AI
Microsoft Already Spamming AI YouTube video by UFD Tech

Yuh huh.
youtube.com/shorts/HBD4V...

26.02.2026 15:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

As RAM becomes more scarce, us developers will have to care more about RAM usage like we did back in the old days~
What this means:

- more time spent profiling memory
- goodbye Electron apps (and JS)
- shift towards AOT languages like Rust, Zig, Dart

25.02.2026 22:56 πŸ‘ 225 πŸ” 31 πŸ’¬ 32 πŸ“Œ 3
Post image

@xbox.com whatcha doin?

25.02.2026 17:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

auto_layout_flutter v0.1.0 has been released! 🩡✨
Build your Flutter UI like you would in Figma!
Replaces Row/Column/Wrap with a single configurable widget~
#FlutterDev

pub.dev/packages/aut...

25.02.2026 15:51 πŸ‘ 61 πŸ” 11 πŸ’¬ 1 πŸ“Œ 4

I think that's one I put on my list to check out but never went further than downloading the demo. I'm curious to find out the answer.

24.02.2026 22:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
class Point {
  int x;
  int y;
  Point(this.x, this.y);
}

With the primary constructor feature, this class can defined with this much shorter syntax:

class Point(int x, int y);

class Point { int x; int y; Point(this.x, this.y); } With the primary constructor feature, this class can defined with this much shorter syntax: class Point(int x, int y);

Really looking forward to the Dart primary constructors that are planned to be released during 2026!

24.02.2026 09:08 πŸ‘ 19 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

I'm hanging out in Paris, where a fresh baguette is... Actually, probably cheaper

22.02.2026 21:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Pretend like I've never played any Pokemon game ever. If I only played one, which would you recommend? Platform is irrelevant.

22.02.2026 17:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I moved from MI to Stockholm a couple years ago. Living in Europe has been an eye-opening experience. I'm constantly in awe over the little things, like a loaf of freshly baked bread for $0.50. What do you think it'll take for Americans to realize what they're being cheated out of?

22.02.2026 17:32 πŸ‘ 45 πŸ” 7 πŸ’¬ 3 πŸ“Œ 0

It's... Not what you think it is. πŸ™‚

21.02.2026 21:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
a person is skiing down a snow covered hill ALT: a person is skiing down a snow covered hill
21.02.2026 12:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Have you read Marcus Aurelius' Meditations?

20.02.2026 07:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Nothing but practice. πŸ˜•

19.02.2026 19:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

…and so has the official Cupertino UI package! πŸ₯³πŸ©΅ #FlutterDev

pub.dev/packages/cup...

19.02.2026 10:47 πŸ‘ 15 πŸ” 3 πŸ’¬ 2 πŸ“Œ 0
Post image

Very good advice for when you really wanna do a thing, but are afraid. <3

17.02.2026 17:49 πŸ‘ 5180 πŸ” 1824 πŸ’¬ 33 πŸ“Œ 52

I'm so jealous! I just introduced my fiancee and she's addicted. I need that physical copy.

19.02.2026 09:11 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
material_ui | Flutter package The official Flutter Material UI Library, implementing Google's Material Design design system.

The official Material UI package has been published! πŸ₯³ #FlutterDev

pub.dev/packages/mat...

19.02.2026 05:22 πŸ‘ 13 πŸ” 3 πŸ’¬ 1 πŸ“Œ 1
Preview
MSC3767: Time based notification filtering by kerryarchibald Β· Pull Request #3767 Β· matrix-org/matrix-spec-proposals Introduces time based notification filtering, enabling 'do not disturb' Rendered

Seems like we've got one open already. github.com/matrix-org/m...

18.02.2026 23:21 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@matrix.org Where can I submit feature requests? Now that I've convinced my company to switch to matrix, I want to be able to enforce a nights+weekends schedule for notifications from that chatty bunch.

12.02.2026 20:40 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Flame Game Jam poster (the flutter game engine), 
Join us between 6-15th of March 2026

Flame Game Jam poster (the flutter game engine), Join us between 6-15th of March 2026

It's time for FlameJam 2026! πŸ₯³
Join us between 6-15th of March and create your very own game (link in the comments).
No previous experience is needed.

If you are interested in sponsoring the prizes for the gamejam, please reach out. 😊

11.02.2026 15:44 πŸ‘ 9 πŸ” 5 πŸ’¬ 1 πŸ“Œ 1
Preview
Build your Flutter Butler with Serverpod Your personal digital assistant, powered by Dart and built to serve.

Public voting on the β€œBuild your Flutter Butler with Serverpod” hackathon is now open! See all the amazing projects and cast a vote for your favorite in the project gallery:
πŸ‘‰ https://serverpod.devpost.com/project-gallery

11.02.2026 16:29 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1

Upon

11.02.2026 21:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ohh, that looks like the codebase I'm trying to figure out.

08.02.2026 20:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Toyota Developing A Console-Grade, Open-Source Game Engine - Using Flutter & Dart Well, here's an unexpected combination..

Toyota developing a console-grade, open-source game engine, using Flutter & Dart

#gamedev #gamedevelopment #indedev #toyota #flutter #dart

08.02.2026 12:45 πŸ‘ 8 πŸ” 4 πŸ’¬ 1 πŸ“Œ 3

I'm sorry you're in this position! I love your work!

07.02.2026 19:34 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0