Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (20 loc) · 1.08 KB

Flutter Custom Widget

     Install custom widgets commonly used in flutter apps with a single command line.
     This project is used by me to learn bash, and came with a convenient idea: Install custom widgets that I use in flutter projects with a single command line rather than find the code, copy, and past.
     Are we developers right? Do repetitive tasks are against our code (pa-tum-tis)

Installation

Clone the repository. Then give execution permission to install.sh.

$ chmod +x install.sh

Run the installer

$ ./install.sh

How to use

Usage:      fluttercw <command> [arguments]

$ fluttercw -i [widget_name]

Example:

 $ fluttercw -i extensions

        Will create a folder called extension in the /lib folder and create a file called extensions.dart with a lot very handy extensions to use in dart code.

To see all available widgets. use:

 $ fluttercw -l

To see all available commands, use:

 $fluttercw -h