Kilian Schulte
banner
schultek.dev
Kilian Schulte
@schultek.dev
I maintain open source packages for Flutter and Dart, mainly Jaspr and dart_mappable. 💙🎯
I've been experimenting with using the new analyzer plugin API for code generation, and it's actually really cool!

⚡️ Instant code generation
🔬 Surgical updates in the same file
🔎 Report outdated/wrong code as lint warnings
🪄 Auto-regenerate outdated/wrong code via 'dart fix'
October 25, 2025 at 12:17 PM
Is anyone still using stormberry? 🌪️🫐

I did some work on it this weekend out of random motivation. Result: A new release with 3 major features! 🚀
- Easy insert/update for many-to-many relations
- Default column values
- Programmatic database migrations API
October 19, 2025 at 6:26 PM
Want your website footer to look as cool as the official dart.dev website? ✨

Add the new "Built with Jaspr" badge with only 1 line of code. Available as "JasprBadge.light()" and ".dark()" in the latest Jaspr release!
October 15, 2025 at 1:11 PM
🪄 With the latest Jaspr VSCode extension, you can now Copy-Paste raw HTML into your editor, and have it magically converted into valid Jaspr code.
September 22, 2025 at 7:16 PM
🎯 Introducing Component Scopes for Jaspr!

With the newest release, you get live in-editor hints on where a component is rendered (server, client or both) and whether it uses unsafe imports.

This is solving one of the biggest pains when working with full-stack components 👇
September 20, 2025 at 7:59 PM
Come contribute to Jaspr, its super easy!
September 3, 2025 at 3:22 PM
I'm thinking about ordering some stickers for Fluttercon Berlin, but I noticed they cost money (what?) so please sponsor me on Github -> github.com/sponsors/sch... 🙏

I will also make a special sticker just for my sponsors then. 💙
August 13, 2025 at 9:10 PM
Got a new ride 😁🛼
August 9, 2025 at 7:43 AM
Jaspr has reached 1500 Stars ⭐️ and 500+ developers in the Discord community 💙

Thanks to everyone who supported Jaspr and myself on this journey! Cheers to an amazing future of Dart on the Web 🥂
June 8, 2025 at 11:52 AM
Jaspr is now mentioned on dart.dev/web as a great way to build websites with @dart.dev ! 🎯

It's so cool to finally see this on the official site. 🤩
May 31, 2025 at 10:59 AM
🚀 Announcing "Jaspr Content"! 🚀

A new package for building CONTENT-DRIVEN SITES with MARKDOWN like documentation, blogs, or marketing pages. It comes with LOTS OF BUILT-IN STUFF like pre-made layouts, components, theming and more.

Check thread for all the amazing features ->
May 14, 2025 at 5:30 PM
📢 Announcing the official Jaspr VSCode extension!

✅ New Project Templates
✅ Debugging Support
✅ Integrated Jaspr Commands

This makes it easier than ever to create and run your website with Jaspr! Link below 👇
April 6, 2025 at 1:40 PM
-- Jaspr VSCode Extension Update --

I added a feature to create new Jaspr projects right from VSCode. With five starter templates:
April 5, 2025 at 4:12 PM
I'm currently building a VSCode extension for Jaspr!

This will make debugging Jaspr apps 1000x nicer:
✅ Debug both server and client processes.
✅ Set breakpoints.
✅ Inspect and modify live state.
March 30, 2025 at 8:42 PM
I'm super happy and excited to share that I am now a GDE for Flutter & Dart! 💙🎯

Its so cool being part of this awesome community and I want to thank everyone who has supported me in whatever way. 🙏Crazy that it was only 2 years ago when I first presented Jaspr in our Munich meetup.
March 21, 2025 at 2:45 PM
I was confused. Then I remembered @codewithandrea.com included a link to jaspr.site in the latest newsletter. 😁
February 28, 2025 at 3:52 PM
🔥 dart.dev now uses Jaspr!

Super excited about it. Big thanks to @parlough.dev for helping me land this!
February 25, 2025 at 9:32 AM
You can now access request headers and cookies during SSR, and customize the response.

✅ New headers API: 'context.headers' and 'context.setHeader()'
✅ New cookies API: 'context.cookies' and 'context.setCookie()'
✅ New response API: 'context.setStatusCode'
February 24, 2025 at 3:31 PM
Writing type-safe CSS in Dart gets a lot easier!

✅ More supported CSS properties.
✅ Unified '.styles()' method (no more separation).
✅ New "styles_ordering" lint rule.
February 24, 2025 at 3:31 PM
I'm back with a major Jaspr update.
The new v0.18.0 comes with two exciting new features:

1⃣ Big improvements to the type-safe styling system including a new lint rule.
2⃣ New support for accessing headers and cookies during server-side rendering.

Details below 👇
February 24, 2025 at 3:31 PM
Trust me I'm having fun 🥶
February 17, 2025 at 3:18 PM
I'm now enjoying two weeks in Norway before starting a new job. 😊

Hopefully I get to see some northern lights.
February 10, 2025 at 10:28 AM
How to get your bug issue fixed in no time in three easy steps:
February 4, 2025 at 11:34 AM
Thanks Tim that totally made my day.

This community truly is the best! 💙
January 23, 2025 at 8:52 PM
I'm working on a new logo for #Jaspr, wdyt?
December 25, 2024 at 3:30 PM