flutter_shadcn_cli 0.2.0
flutter_shadcn_cli: ^0.2.0 copied to clipboard
CLI to install, sync, and update shadcn/ui components in Flutter apps. Supports local and remote registries with dependency-aware installs.
flutter_shadcn #
Multi-registry CLI for installing Flutter shadcn components.
Installation #
dart pub global activate flutter_shadcn_cli
Public Commands #
flutter_shadcn init --yes
flutter_shadcn add button
flutter_shadcn add @shadcn/button
Documentation #
- User docs: docs/user/
- Complete guide: docs/user/complete-guide.md
- Developer docs: docs/developer/
- Command reference: docs/reference/commands/