Sidekick CLI
Generates a sidekick for Flutter projects, a command line app for custom tasks and automation
Installation
dart pub global activate sidekick
Usage
sidekick init <path/to/flutter/app>
Developer guide
To generate the template run this command from the sidekick
package root
./tool/generateTemplate.sh
Activate the sidekick cli locally. (Run it from sidekick package root)
dart pub global activate -s path .