skycosmic 0.0.10 copy "skycosmic: ^0.0.10" to clipboard
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 #

  • button
  • card
  • avatar
  • ... and more!

UI Screens #

  • login
  • ... and more!

Contributing #

Contributions are welcome!

3
likes
0
points
301
downloads

Publisher

unverified uploader

Weekly Downloads

A professional Flutter package providing ready-to-use UI components with CLI support, enabling rapid and consistent UI development.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on skycosmic