Lukas Klingsbo (spydon) 💙🔥
banner
spydon.dev
Lukas Klingsbo (spydon) 💙🔥
@spydon.dev
GDE for Flutter & Dart.
Organizing Flutter & Friends. 🥳
Developing #FlameEngine, a game engine for Flutter. 🔥
Member of the Blue Fire open source collective. 💙
(He/Him)
Starting from Dart v3.11 the workspace definition will support globs! Thanks to Sigurdm for implementing it, it will make our root pubspec files so much cleaner and more reliable. 💙
October 8, 2025 at 2:14 PM
Is there any Flutter project on GitHub with more stars (68k) than the super convenient LocalSend app by @tienisto.bsky.social? 🤩
September 23, 2025 at 5:54 PM
I love the Flipper Zero so much! 😍
Like today I needed to flash my router and didn't have a USB-UART converter, and of course Flipper Zero covered that use-case, just like it covers a million other weird use-cases I throw at it. It really is the best hackers Swiss army knife!
August 14, 2025 at 8:27 AM
The new Preview annotation in Flutter will be cool I think! 😍
July 3, 2025 at 1:59 PM
June 26, 2025 at 11:23 AM
"With over half a million apps built and a rapidly growing developer community, Flutter is no longer just an emerging framework — it’s becoming the go-to choice for product teams aiming to scale fast and deliver consistent user experiences across iOS and Android."
- Microsoft
June 17, 2025 at 1:54 PM
The current follower count and the Flame logo makes my GitHub profile look pretty metal. 😄
May 25, 2025 at 7:36 PM
Remember friends; make sure that you and everyone you like adds this to analysis_options.yaml after updating to Dart 3.8.0 so that we make it the de-facto standard, even though it is not default. 😄
I have not heard a single good argument for not preserving the trailing commas.
May 23, 2025 at 8:56 AM
If this works well, it is revolutionary for Flutter (and iOS) development! Especially for us Linux folks. 😍
May 14, 2025 at 7:23 PM
And they are always bashing you ;D
The meme in question:
May 14, 2025 at 9:42 AM
Really looking forward to the new Null-aware elements feature that is coming with the next Dart version that is bundled with Flutter!
May 7, 2025 at 6:37 PM
Quite happy with the Flutter loader in the end of this video.
Thanks to @lohnn.bsky.social for the inspiration!
May 4, 2025 at 4:13 PM
Have you seen the new Dart static access shorthand feature? It's now in the main branch. 😍
Thanks to @remirousselet.bsky.social for showing it to me.
May 3, 2025 at 9:18 AM
Are you still doubting Flutter?
Check out this part of the latest benchmark video by Gaurav Bhola. 🔥
April 11, 2025 at 7:06 PM
Kudos to @supernote.com for displaying a great changelog on the device before updating! 🙌
March 31, 2025 at 1:10 PM
Haha apparently a really obscure paper that I was a co-writer of in 2015 is in there too. 😆
March 22, 2025 at 7:04 AM
A long time since I created a new Effect for Flame, this is the RotateAroundEffect which will be released in the next version.
February 16, 2025 at 10:31 PM
I finally had time to complete the last puzzle that I had left on #AdventOfCode 2024, great job all the folks that did their best to finish them all on the Dart leaderboard! 😍
Congrats to @hari07.bsky.social that won this year! 🥳

Top 10 on the Dart leaderboard:
January 3, 2025 at 3:14 PM
Sometimes you just find these real hidden Dart extensions gems! ✨
Today I found this StreamExtension for parallelism in Melos, which makes it super easy to run a stream in parallel (can easily be used together with isolates too):

`stream.parallel((input) => // Your computation);`
December 18, 2024 at 7:50 AM
Check out this awesome Flame game that was just released; Idle Horizons (links in the comments)!
I love to see when people build such polished games with Flutter & Flame. 😍
December 4, 2024 at 9:37 AM
I very rarely take pictures or videos, but I just found this gem on an old harddrive from when I was hitchhiking through Canada a few years ago and decided to try out another mode of transportation. 😅
I have never felt so free in my whole life.
November 22, 2024 at 2:29 PM
Since transitive dependencies are counted, most of the downloads come from these three packages, but I think dart_mappable will grow a loooot in the near future. Seems like it is becoming the default in many project stacks. 😃
November 21, 2024 at 9:39 AM
Apparently I'm now top 11 for open source contributions on GitHub in Sweden for this year! It's a real honor being just two positions away from Daniel Stenberg (curl), which undoubtedly is one of the biggest open source profiles in Sweden. 😊

Let's aim for top 10 in 2025!
November 21, 2024 at 9:28 AM
Dear Santa, please don't give us union types, teach the people how to use Sum types instead. 😅
November 20, 2024 at 11:30 AM
From Dart v3.7.0, local variables and parameters named _ are non-binding so you can declare them as many times as you want in the same scope without collisions! 😍
November 14, 2024 at 1:51 PM