-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Packages | ||
sidebar: | ||
order: 3 | ||
--- | ||
|
||
## Packages included in the library | ||
|
||
Flutter Shadcn UI consists of fantastic open-source libraries that are exported and you can use them without importing them into your project. | ||
|
||
### [flutter_animate](https://pub.dev/packages/flutter_animate) | ||
|
||
The flutter animate library is a very cool animations library extensively used in Shadcn UI Components. | ||
|
||
With flutter_animate animations can be easily customized from the user, because components will take a `List<Effect>`. | ||
|
||
### [lucide_icons_flutter](https://pub.dev/packages/lucide_icons_flutter) | ||
|
||
A nice icon library that is used in Shadcn UI Components. | ||
You can use Lucide icons with the `LucideIcons` class, for example `LucideIcons.activity`. | ||
|
||
You can browse all the icons [here](https://lucide.dev/icons/). | ||
|
||
### [two_dimensional_scrollables](https://pub.dev/packages/two_dimensional_scrollables) | ||
|
||
A nice raw table (very performant) implementation used by the [ShadTable](./components/table) component. | ||
|
||
### [intl](https://pub.dev/packages/intl) | ||
|
||
The intl package provides internationalization and localization facilities, including message translation. | ||
|
||
### [flutter_svg_plus](https://pub.dev/packages/flutter_svg_plus) | ||
|
||
Draw SVG images. Used by the [ShadImage](./components/image) component. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters