---
title: Third-Party Packages
description: 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](https://pub.dev/packages?q=topic%3Ajaspr)

## State-Management Packages

Jasprs component system is conceptually and implementation-wise very close to Flutter's
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`:

- [`jaspr_riverpod`](https://pub.dev/packages/jaspr_riverpod).

## UI and Styling Packages

Since Jaspr works with native web technology and CSS, it is possible to build Dart wrappers around
CSS frameworks that expose Jaspr components.

These are some community-maintained packages in this area:

- [jaspr_tailwind](https://pub.dev/packages/jaspr_tailwind)
- [deepyr](https://pub.dev/packages/deepyr)
- [jaspr_daisyui](https://pub.dev/packages/jaspr_daisyui)

There are also community-maintained icon packages:

- [jaspr_icons](https://pub.dev/packages/jaspr_icons)
- [jaspr_lucide](https://pub.dev/packages/jaspr_lucide)
