Vb65obs0.putty PDocsEnvironment & Energy
Related
BYD's Denza Z Hypercar Set to Electrify European Roads This SummerTesla Introduces Basecharger for Semi Trucks and Unveils Pricing for Megacharger UnitsElectric Fire Trucks Gain Ground, But Speed of Adoption Trails Municipal PeersChina Electric Vehicle Update: Highlights from Beijing Auto Show, Xiaomi SU7 Test Drive, BYD Developments, and New Home Battery PilotStates Double EV Charging Infrastructure Progress but Still Fall Short, Sierra Club Report Reveals10 Ways Dart and Flutter Are Shaping AI Development in 202610 Key Insights on the Limited 'Return to Coal' Amid the Iran CrisisHow Tesla's Low-Priced China-Made Model 3 in Canada Could Reshape the EV Landscape

Flutter and Dart Websites Unified Under One Framework: Jaspr Migration Complete

Last updated: 2026-05-05 19:28:37 · Environment & Energy

Breaking: Dart and Flutter Official Sites Now Powered Entirely by Jaspr

The Flutter team has completed a comprehensive migration of three primary websites—dart.dev, flutter.dev, and docs.flutter.dev—to Jaspr, an open-source Dart-based web framework. The move eliminates a fragmented stack that previously relied on Node.js (Eleventy) and Python/Django (Wagtail), unifying development under a single language.

Flutter and Dart Websites Unified Under One Framework: Jaspr Migration Complete

According to a Flutter engineering lead, “This is a foundational change. Contributors now only need Dart knowledge to work on any of our sites.” The migration aims to reduce setup friction and enable richer interactive features like code samples and quizzes.

Background

Before the migration, the documentation sites ran on Eleventy, a static-site generator built on Node.js, while flutter.dev used Wagtail, a Python/Django CMS. This fragmentation required contributors to master multiple toolchains and limited code sharing.

“The old setup worked, but adding interactivity was an uphill battle—each new component needed custom imperative DOM logic. We knew we needed a consistent stack built on Dart,” said a senior engineer on the web infrastructure team.

What This Means

For the Dart and Flutter community, the switch to Jaspr means a unified developer experience. Anyone with Flutter skills can immediately contribute to website features, as Jaspr’s component model closely mirrors Flutter widgets.

“If you can write a Flutter widget, you can write a Jaspr component,” the team explained. “This dramatically lowers the barrier for community contributions.” The unified stack also simplifies maintenance and accelerates the addition of interactive content across all three sites.

Why Jaspr?

Jaspr supports client-side rendering, server-side rendering, and static site generation—all within Dart. Its component structure was designed to feel familiar to Flutter developers while remaining compatible with the standard DOM model.

A code example shared by the team shows a FeatureCard component written in Dart with Jaspr, closely resembling a Flutter StatelessWidget. This direct skill transfer is expected to boost community involvement and reduce onboarding time for new contributors.

“We wanted a single stack built on the language our team and community already use. Jaspr delivered that seamlessly.” – Flutter Infrastructure Lead

Next Steps and Broader Impact

The migration is now live. The Flutter team encourages developers to explore Jaspr for building web experiences with Dart beyond standard Flutter web apps.

The change also sets a precedent for other Dart-based projects: a fully unified web presence is now achievable without leaving the Dart ecosystem. As the team noted, “This is just the beginning of more interactive, community-driven documentation and marketing websites.”

Related Resources