flad_cli 0.1.1
flad_cli: ^0.1.1 copied to clipboard
Flutter UI component copier CLI for Flutter projects.
flad example
Quick usage example for the flad CLI
Init #
flad init
When prompted, press Enter to use the default lib/ui directory.
Add components #
flad add button
flad add input
flad add button card input
Add with a custom path #
flad add button --path lib/shared/ui
Preview a component #
flad preview button