Welcome to the Code Generator Command Line Tool! This is a simple and versatile tool designed to help you generate Dart code files from the command line. Whether you need stateless widgets, stateful widgets, or GetX controllers, this tool makes it quick and easy to create boilerplate code for your Dart and Flutter projects.
- Generate Stateless Widgets: Quickly create Dart files with stateless widget templates.
- Generate Stateful Widgets: Easily create Dart files with stateful widget templates.
- Generate GetX Controllers: Generate Dart files with boilerplate GetX controller code.
You can install and activate the Code Generator globally using the Dart package manager.
Via Git Repository To install the tool directly from the Git repository, run:
dart pub global activate --source git https://github.com/Nadeem-dotcom/FlutterCodeGeneratorOnce activated, you can use the FlutterCodeGenerator command to generate different types of Dart files. Below are some examples of how to use the tool.
$ generator