bricolage_ui_cli 0.3.0
bricolage_ui_cli: ^0.3.0 copied to clipboard
CLI tool for Bricolage UI - Add beautiful, copy-pasteable UI components to your Flutter project
0.4.0 Bricolage UI Rebrand #
BREAKING CHANGES #
- Rebranded from Flutter Studio CLI to Bricolage UI CLI
- Package renamed from
flutter_studio_clitobricolage_ui_clion pub.dev - Executable renamed from
flutter_studiotobricolage_ui - Repository moved to github.com/TejasS1233/bricolage-ui
Migration #
Update your installation:
# Remove old CLI
dart pub global deactivate flutter_studio_cli
# Install new CLI
dart pub global activate bricolage_ui_cli
Commands are now:
bricolage_ui initbricolage_ui add <components>bricolage_ui add-allbricolage_ui list
0.3.0 #
- Consolidated theme file: Now downloads single
theme.dartfile instead of 6 separate theme files - Simplified theme management and imports
0.2.0 #
- Added
add-allcommand to install all 40+ components at once - Added
effects.dartto theme files (visual effects utilities) - Improved download progress feedback with success/fail counts
- Better error handling with return status tracking
0.1.0 #
- Initial release of Bricolage UI CLI (formerly Flutter Studio CLI)
initcommand to set up project structure and download theme filesaddcommand to download components from GitHublistcommand to show all available components- Support for 40+ UI components across 6 categories
- Inspired by shadcn/ui's copy-paste approach