Skip to content

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

License

Notifications You must be signed in to change notification settings

Huzaifaahmed20/stacked_cli

Repository files navigation

Stacked CLI

Note: This tool is only applicable to stacked / MVVM architecture project by FilledStack Stacked Architecture && make sure you have dart SDK installed

Install Dart SDK

Get Started

Run this command in your terminal

pub global activate stacked_cli

Usage

How to add view:

use this alias in your stacked architecture project.

    $ st_cli view name-in-small-words

For example:

    $ st_cli view login

Or:

    $ st_cli view userProfile

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

How to add service:

    $ st_cli service firestore

or:

    $ st_cli service userAuth

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages