Third-Party Packages
A list of awesome third-party packages for Jaspr.
This page lists third-party packages built for jaspr that are maintained by great people from the community. ๐
All packages for Jaspr should be marked with the #jaspr
topic on pub.dev, which makes it easy to filter for:
See all Jaspr packages on pub.dev
State-Management Packages
Jasprs component system is conceptually and implementation-wise very close to Flutters widget system. This makes it rather easy to port popular Flutter state-management packages to Jaspr.
As an example, Jaspr has its own official port of flutter_riverpod
:
From the community, there also exists ports for:
- jaspr_provider
- jaspr_bloc (not published)
CSS Frameworks
Since Jaspr works with native web technology and css, it is possible to build dart wrappers around css frameworks that expose Jaspr components.
There currently exist no such published package, but some resources include:
UI Component Libraries
There are currently no existing ui component libraries for Jaspr. Feel free to create one. ๐