skycosmic 0.0.13
skycosmic: ^0.0.13 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.
This project follows Keep a Changelog
and adheres to Semantic Versioning (SemVer).
0.0.13 – Fixed #
🐛 Bug Fixes #
- Fixed critical CLI issue where global users could not generate components or UI from templates.
- Ensured
skycosmic create <name>works correctly with packagedtemplates/componentsandtemplates/ui.
0.0.12 – Added #
✨ Improvements #
- Added working example for component and UI generation.
- Improved CLI feedback messages for better developer experience.
0.0.11 – Changed #
0.0.9 – Refactored #
0.0.8 – Changed #
♻️ Refactoring #
- Updated naming convention to prefix all generated classes with
SkyCosmic- Example:
SkyCosmicButton,SkyCosmicLogin
- Example:
- Reduced risk of class name conflicts in Flutter projects.
0.0.7 – Fixed #
0.0.6 – Added #
✨ New Components #
- Added multiple reusable UI components:
AppBarBottomNavCheckboxColumnContainerDrawerGridViewIconImage
0.0.5 – Documentation #
📝 Documentation #
- Improved
README.mdwith:- Professional formatting
- Clear installation instructions
- Detailed feature descriptions
- Usage examples
0.0.4 – Added #
✨ New Features #
- CosmicCard
- Gradient support
- Custom padding
- Custom borderRadius
- Optional
onTaphandler
- CosmicListTile
- 10 predefined variants
- Customizable leading, trailing, title, and subtitle
- CosmicButton
- 10 predefined gradient styles
- Optional width, height, and borderRadius
⚡ Improvements #
- Refined gradient rendering logic for better visual consistency.
- Improved constructor APIs for better flexibility and readability.