Skip to content

Install custom widgets commonly used in flutter apps with a single command line.

License

Notifications You must be signed in to change notification settings

wdvictor/FlutterCustomWidget

Repository files navigation

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

About

Install custom widgets commonly used in flutter apps with a single command line.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published