skycosmic 0.0.9
skycosmic: ^0.0.9 copied to clipboard
A professional Flutter package providing ready-to-use UI components with CLI support, enabling rapid and consistent UI development.
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.
0.0.9 - 2026-01-16 #
📝 Documentation #
- Public API: Added comprehensive documentation comments for
skycosmiclibrary,CosmicGenerator, andCosmicTemplates. - Example: Added
example/skycosmic_example.dartto demonstrate programmatic usage of the generator.
0.0.8 #
♻️ Refactoring #
- Naming Convention: Updated component class names to be prefixed with
SkyCosmic(e.g.,SkyCosmicButton) for consistency and to avoid conflicts.
0.0.7 #
🐛 Bug Fixes #
- CLI: Resolved issues with the
skycosmicCLI where templates were not being correctly identified in some environments.
0.0.6 #
✨ New Features #
- Components: Added a comprehensive suite of new components including
AppBar,BottomNav,Checkbox,Column,Container,Drawer,GridView,Icon, andImage.
0.0.5 #
📝 Documentation #
- README: Updated
README.mdwith professional formatting, installation instructions, and detailed feature descriptions.
0.0.4 #
✨ New Features #
- CosmicCard: Introduced
CosmicCardwidget with customizable gradient, padding, borderRadius, and onTap actions. - CosmicListTile: Added
CosmicListTilewidget with 10 common type options and customizable leading, trailing, title, and subtitle. - CosmicButton: Enhanced
CosmicButtonWidgetwith 10 predefined gradient types and optional parameters for width, height, and borderRadius.
⚡ Changes #
- Styling: Updated
CosmicButtonWidgetgradient logic for better visual consistency. - API: Refactored widget constructors for improved flexibility and readability.
🐛 Bug Fixes #
- Styling: Fixed minor gradient alignment issues in
CosmicButtonWidget.