Advertisement Β· 728 Γ— 90

Posts by Kilian Schulte

Post image

The Flutter 2026 Roadmap is out. πŸ’™

Happy to confirm that I will be collaborating more closely with the Flutter and Dart teams this year on Jaspr, Dart Web and more... πŸ”₯

1 month ago 17 1 0 0

Awesome seeing this out now, great job by everyone involved!

I had the pleasure of contributing a few bits to this, and happy to say that it is powered by Jaspr!

1 month ago 9 0 1 0

We need to provide more use-cases, frameworks, and learning material for Dart without Flutter.

We need less β€œFlutter Developers” and more β€œDart Developers skilled in Flutter”

But how do we get them started? What’s some other good Dart frameworks to start with?

2 months ago 7 1 2 0
Post image

Jaspr just reached 2000 stars on Github. ⭐️ πŸš€
Huge thanks to everyone for supporting Jaspr! πŸ’™

If you haven't done so, you know what to do: 🐢
github.com/schultek/jaspr

2 months ago 8 1 0 0
Building websites with Dart and Jaspr
Building websites with Dart and Jaspr YouTube video by Flutter

πŸŽ₯ Check out this video from @flutter.dev !

@labenz.dev is now a fullstack web developer and honorary Jaspr DevRel. 😁

youtu.be/w05Mwgk_R4g?...

3 months ago 12 0 1 0
Post image

Jaspr 0.22.0 is here! πŸš€ This release is all about reducing magic in the framework while making it more powerful, expressive and modular.
πŸͺ„⬇️, πŸ”₯⬆️

Checkout the release notes πŸ‘‰ docs.jaspr.site/releases/v/0...

3 months ago 2 0 0 0
Video

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'

5 months ago 8 2 0 0

Which one?

5 months ago 0 0 1 0
Post image

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

5 months ago 11 1 2 0
Advertisement

Always looking for chaos 🀣

5 months ago 1 0 0 0
Post image Post image

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!

5 months ago 12 2 1 0

If you’re looking for production-ready alternatives:

- Language: @dart.dev
- Webapp UI: @flutter.dev
- Reactive websites: Jaspr by @schultek.dev ( jaspr.site )
- Monorepo: Dart Workspaces & Melos ( melos.invertase.dev )
- Backend frameworks: @serverpod.dev & Dart Frog

Repost to spread the word 🫢

6 months ago 24 8 1 0

4️⃣ HTML to Jaspr

bsky.app/profile/schu...

6 months ago 3 0 0 0
Video

πŸͺ„ 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.

6 months ago 2 0 1 1

3️⃣ Component Scopes

bsky.app/profile/schu...

6 months ago 0 0 1 0

Super hard problem to solve. If you have any idea how let me know.

6 months ago 0 0 0 0
Preview
VSCode Extension Version 0.2.2 Release notes and changes.

Component scopes are enabled by default for all Jaspr projects when using the latest VSCode Extension.

Check the release notes for more details: docs.jaspr.site/releases/pac...

6 months ago 1 0 0 0

When using server-side rendering or static site generation, components may be rendered in different environments (server vs client).

Keeping track for each component is complex and tedious and can lead to unexpected behavior or even compilation errors due to wrong imports. πŸ‘‡

6 months ago 1 0 1 0
Video

🎯 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 πŸ‘‡

6 months ago 6 1 2 1
Advertisement

*now updated

NOW πŸ˜…πŸ˜­

6 months ago 5 0 1 0

2️⃣ Riverpod 3 and Fullstack Providers

bsky.app/profile/schu...

6 months ago 0 0 1 0
Preview
Jaspr Riverpod A port of the riverpod package for Jaspr.

Check the docs for more info: docs.jaspr.site/eco/riverpod...

6 months ago 0 0 0 0

Jaspr + Riverpod = πŸ’™

jaspr_riverpod is not updated to use Riverpod 3, giving you access to all the latest features.

Also, syncing providers is now even easier. Think "fullstack providers" that you compute on the server (e.g. load from db) and read on the client after pageload.

6 months ago 12 3 2 1

1️⃣ New framework release

bsky.app/profile/schu...

6 months ago 4 0 1 0

Only one week left until Fluttercon!

I got some very cool Jaspr features lined up, so let's see how many I can pump out until then. 😁

I'll keep this thread updated. 🧡

6 months ago 10 0 1 0

Jaspr 0.21.0 is out! 🐾

It comes with:
βœ’οΈ Simpler and more Flutter-like syntax
πŸͺ„ Optimized performance and stability
🎨 More styling properties

Oh, and all breaking changes can be migrated fully automatically.

Check 🧡for details

6 months ago 16 3 1 1
Preview
Version 0.21.0 Release notes and breaking changes.

migrate 99% of your components automatically.

Internally, this change allowed for deep optimizations in the framework, resulting in better performance, stability and less complexity (easier to maintain + contribute).

Read the full release notes here:
docs.jaspr.site/releases/v/0...

6 months ago 3 0 0 0

Build methods now return a single Component (instead of an Iterable).

This makes it even easier and more familiar to write Jaspr components. If you still want to return multiple children, use fragment().

Don't worry about migration. The new 'jaspr migrate' command will ->

6 months ago 4 0 1 0
Advertisement

Jaspr 0.21.0 is out! 🐾

It comes with:
βœ’οΈ Simpler and more Flutter-like syntax
πŸͺ„ Optimized performance and stability
🎨 More styling properties

Oh, and all breaking changes can be migrated fully automatically.

Check 🧡for details

6 months ago 16 3 1 1
Post image

Come contribute to Jaspr, its super easy!

7 months ago 1 0 0 0