Command Line Interface (CLI) to create a Flutter project and automate routine processes.
The assistant knows how to:
- Create a Flutter project template.
- Connect to a remote repository in Github.
- Generate a keystore file.
- Create a folder structure for the feature.
- Create a bloc and cubit template.
- Add packages to the project.
Activate globally:
dart pub global activate emilyor
dart pub global activate --source path /path/to/emilyCreate a Flutter project template:
emily create -templateGenerate a keystore file:
emily create -keyCreate a folder structure for the feature:
emily create -featureCreate a bloc template (bloc, state, event):
emily create -blocCreate a cubit template (cubit, state):
emily create -cubitConnect a remote Github repository:
emily connect -githubAdd package to pubspec:
emily add packageAdd package flutter_native_splash to pubspec:
emily add -flutter_native_splash