stacked_cli 1.0.13 copy "stacked_cli: ^1.0.13" to clipboard
stacked_cli: ^1.0.13 copied to clipboard

outdated

A command line tool to specially use with Flutter stacked architecture or MVVM architecture as suggested by FilledStack.

example/readme.md

Get Started #

Install Dart SDK

Run this command in your terminal to activate stacked_cli as global package

pub global activate stacked_cli

Usage #

Add new view / screen: #

use this alias in your stacked architecture project.

    $ st_cli view name-in-small-words

For example:

    $ st_cli view login

It will generate some files and folders (if not exist) in your lib folder with some starting code.

Add new service: #

    $ st_cli service firestore

it will generate services folder and service file in it and it also injects that service in your app

42
likes
0
points
1.04k
downloads

Publisher

verified publisherfilledstacks.com

Weekly Downloads

A command line tool to specially use with Flutter stacked architecture or MVVM architecture as suggested by FilledStack.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, process_run

More

Packages that depend on stacked_cli