Install
1. Download using pub
> flutter pub global activate -sgit https://github.com/Norbert515/detective.git
By downloading detective you agree to the End User License Agreement.
(Optional) 2. Install the IntelliJ Plugin
3. Run your application
> flutter run --vmservice-out-file=detective_connect.txt
> flutter pub global run detective --key=<product_key>
5. Run in Flutter app directory
> flutter pub global run detective
OR
> detective
Make sure that the pub cache directory is in your path,
more info