plexaverse_cli 0.2.2
plexaverse_cli: ^0.2.2 copied to clipboard
A powerful CLI tool for faster flutter application development. Easily add pre-built widgets and functional screens to your Flutter projects.
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.1.0 - 2024-09-21 #
Added #
- Initial release of Plexaverse CLI
initcommand to initialize Plexaverse in Flutter projectsaddcommand to add components to projectslistcommand to show available componentsupdatecommand (stub implementation)- Component registry with button and card components
- Flutter project detection
- Automatic dependency management
- Configuration file support (plexaverse.json)
Components #
- Button: Material 3 friendly button wrapper with variants
- Card: Card with sensible padding defaults
Technical Features #
- Dart-based CLI using args package
- Cross-platform support
- Error handling and validation
- File system operations with overwrite protection