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. ๐
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
called jaspr_riverpod
.
From the community, there also exists ports for:
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:
- jaspr_bootstrap (work in progress, not published yet)
- bulma sample for jasprpad