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
🪄 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
📢 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
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
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