skycosmic 0.0.10
skycosmic: ^0.0.10 copied to clipboard
A professional Flutter package providing ready-to-use UI components with CLI support, enabling rapid and consistent UI development.
Skycosmic #
A powerful CLI tool for generating Flutter components and UI screens with predefined templates.
Installation #
Activate the CLI globally using Dart:
dart pub global activate skycosmic
Usage #
Skycosmic simplifies the creation of UI components and screens.
Create a Component #
To generate a reusable UI component (e.g., Button, Card, Avatar):
skycosmic create button
This will create lib/components/sky_cosmic_button.dart (or similar depending on template).
Create a UI Screen #
To generate a full UI screen (e.g., Login, Profile):
skycosmic create login
This will create lib/ui/sky_cosmic_login.dart.
Available Templates #
Components #
buttoncardavatar- ... and more!
UI Screens #
login- ... and more!
Contributing #
Contributions are welcome!