Skip to main content

Getting Started

Installation

Install the package globally from the command line:

dart pub global activate easy_init_cli

Prerequisites

  • Flutter SDK: Ensure you have Flutter installed and configured on your machine.
  • Dart SDK: Included with Flutter.

Verify Installation

To verify that the CLI is installed correctly, run:

easy --version

If the command is not found, ensure your pub cache binary directory is in your system's PATH.