shadcn 0.0.0 copy "shadcn: ^0.0.0" to clipboard
shadcn: ^0.0.0 copied to clipboard

discontinuedreplaced by: shadcn_ui

The shadcn_ui CLI to install components directly into your source code without depending on a dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shadcn

With Flutter:

 $ flutter pub add shadcn

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  shadcn: ^0.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shadcn/shadcn.dart';
0
likes
130
points
33
downloads

Publisher

verified publishermariuti.com

Weekly Downloads

The shadcn_ui CLI to install components directly into your source code without depending on a dependency.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#user-interface #design-system #shadcn-ui #material-alternative

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on shadcn