fluttercn 0.1.0
fluttercn: ^0.1.0 copied to clipboard
A CLI tool for adding beautiful, production-ready Flutter components to your projects. Components are copied directly into your project, giving you complete ownership and full control.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.1.0 - 2025-11-29 #
Added #
- Bottom Sheet component with modal and persistent variants, drag handle support
- Dropdown component with single and multi-select options, search functionality
- Text Field component with validation, prefix/suffix support, and various input types
- Enhanced component documentation and examples
Changed #
- Updated component registry with new form and interaction components
- Improved component organization and structure
0.0.5 - 2025-11-19 #
Added #
- Avatar component with network, asset, and initials fallback support
- Badge component with count and status variants
- Checkbox component with tristate support and grouped layout helpers
- Enhanced error messages and validation
- Improved CLI help documentation
Changed #
- Improved component registry system
- Enhanced file handling and validation
- Better error reporting for missing dependencies
0.0.4 - 2025-11-17 #
Added #
- Initial public release
- Core CLI functionality with
init,add, andlistcommands - Theme configuration system via
fluttercn init - Component registry system for managing available components
- Card component with header, content, and footer sections
- Button component with multiple variants and sizes
- Support for component dependencies validation
- Color-coded terminal output for better UX
Changed #
- Improved project structure and organization