skycosmic 0.0.12
skycosmic: ^0.0.12 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.12 - 2026-01-16 #
- Example Create
0.0.11 - 2026-01-16 #
-
README.md modif
-
Create UI folder
0.0.10 - 2026-01-16 #
- Create UI folder
0.0.9 - 2026-01-16 #
- Refactored CLI structure to support strict
skycosmic create <name>command. - Added strict support for Component creation (e.g.,
skycosmic create buttonfor UI Components). - Added strict support for UI creation (e.g.,
skycosmic create loginfor Full UI Screens). - Cleaned up unused files and improved codebase organization.
- Fixed global command execution issues.
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.