fluttercn 0.0.5
fluttercn: ^0.0.5 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.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