FHGLLAUNCH
A simple command-line application.
Requirements
- Dart 12.2 +
Install
flutter pub global activate fhgllaunch
Troubleshoot
- Command not found
This error is thrown if you don't have
flutter/.pub-cache/binin your path- Solution [macOS/Linux]:
Navigate to the path where your install/save flutter SDK (For me flutter is installed at$HOME/flutter).
Now add$HOME/flutter/.pub-cache/binin.zshrc,.bashrcor the where you manage paths generally
- Solution [macOS/Linux]:
fhgllaunchis not recognized as an internal or external commandThis error is thrown if you don't have
Pub\Cache\binin your path- Solution [Windows]:
Add%LOCALAPPDATA%\Pub\Cache\binin your User variable PATH.
- Solution [Windows]: