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

outdated

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

Stacked CLI #

Note: This tool is only applicable to stacked / MVVM architecture project by FilledStack Stacked Architecture

Get Started #

Run this command in your terninal

pub global activate stacked_cli

Usage #

How to add view: #

use this alias in your stacked architecture project.

    $ stacked view name-in-small-words

For example:

    $ stacked view login

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

How to add service: #

    $ stacked service firestore

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

38
likes
0
pub points
38%
popularity

Publisher

verified publisherfilledstacks.com

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