Releases: TejasS1233/bricolage-ui
v1.5.0 - Visual Effects & New Themes
Big thanks to everyone who helped with advice and suggestions ❤️
TLDR: Added visual effects (glassmorphism, neumorphism, gradients, animations) and 4 new theme presets.
What's New
Visual Effects
- Glassmorphism with backdrop blur
- Neumorphism with soft shadows
- Gradient backgrounds
- Border glow animations
- Pulse, floating, and tilt hover effects
- Hard shadows for neo-brutalism style
New Themes
- Bubblegum (pink/teal, playful)
- Vintage (sepia tones, retro)
- Amethyst (purple gradients)
- Spring (fresh greens)
Improvements
- Effects work with buttons, cards, textfields, alerts, chips, and dashboard components
- Better component transparency handling
- Fixed hover animations
- All effect settings export to theme.dart
Breaking Changes
None
Updated Packages
- bricolage_ui: 1.2.0 → 1.5.0
- bricolage_ui_cli: 0.3.0 → 0.5.0
- bricolage_ui_playground: 1.0.0 → 1.5.0
Try the effects in the web preview: https://bricolage-ui.vercel.app
Full Changelog: v1.3.0...v1.5.0
Bricolage UI v1.3.0 - The Rebrand Release
Bricolage UI v1.3.0
Flutter Studio is now Bricolage UI! Complete rebrand with major improvements.
What's New
Rebrand
- Package:
flutter_studio→bricolage_ui - CLI:
flutter_studio_cli→bricolage_ui_cli - Executable:
flutter_studio→bricolage_ui
Theme System Overhaul
- Consolidated theme: All 6 theme files merged into single
theme.dart - Full customization: UIColors, UITypography, UIRadius, UISpacing, UIShadows, UIEffects
New Components (10+)
- Textarea, FormField, ToggleGroup
- Breadcrumb, Pagination, Spinner
- Dropdown Menu, Popover, Table, Empty State
Accessibility
- WCAG 2.1 AA compliant
- Screen reader support (TalkBack/VoiceOver)
- Keyboard navigation
- Reduced motion support
CLI Improvements
bricolage_ui add-all- Add all 40+ components at once- Faster downloads
- Better error messages
Install
dart pub global activate bricolage_ui_cli
bricolage_ui init
bricolage_ui add-allOr use the package:
flutter pub add bricolage_uiLinks
Flutter Studio v1.0.0 - Initial Release
Flutter Studio v1.0.0
The shadcn/ui philosophy, adapted for Flutter.
Highlights
- 40+ production-ready UI components
- CLI-first approach with zero runtime dependencies
- Complete theme system with dark mode support
- Live demo and comprehensive documentation
Packages
- CLI Tool: flutter_studio_cli - Copy components into your project
- Package: flutter_studio - Traditional pub dependency
Components
Inputs: Button, TextField, TextArea, Checkbox, Radio, Switch, Slider, Select, Dropdown, FormField, ToggleGroup
Layout: Card, Accordion, BottomSheet, Table, Divider
Navigation: AppBar, BottomNavBar, Tabs, Breadcrumb, Pagination
Feedback: Alert, Toast, Dialog, Spinner, Progress, Skeleton
Display: Avatar, Badge, Chip, Tooltip, Empty, Popover