Packages
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
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
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.
two_dimensional_scrollables
A nice raw table (very performant) implementation used by the ShadTable component.
intl
The intl package provides internationalization and localization facilities, including message translation.
flutter_svg
Draw SVG images. Used by the ShadImage component.