Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Flutter ShortCut CLI (FSC), a cli make for Devs Flutter

Notifications You must be signed in to change notification settings

LucasMatheusDev/FSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Shortcuts CLI (FSC)

Description

This is a CLI tool to help you create Flutter projects faster.

Installation

After cloning the repository, run the executable file setup to install the CLI tool.

Commands

Create Clean code architecture module

Structure

module_name
    ├── domain
        ├── entities
        ├── repositories
        └── usecases
    ├── external
        └── data
            └── data_sources
    ├── Infra 
        ├── models
        ├── repositories
        └── data
            ├── data_sources
    ├── presenter
            ├── controllers
            └── View
                    ├── pages
                        ├── delegates
                        ├── widgets
                        └── params

Execute

fsc create-module module_name

About

Flutter ShortCut CLI (FSC), a cli make for Devs Flutter

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages