fhgllaunch 0.0.6 copy "fhgllaunch: ^0.0.6" to clipboard
fhgllaunch: ^0.0.6 copied to clipboard

A CLI to generate launchable devices for VSCode.

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/bin in 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/bin in .zshrc, .bashrc or the where you manage paths generally
  • fhgllaunch is not recognized as an internal or external command

    This error is thrown if you don't have Pub\Cache\bin in your path

    • Solution [Windows]:
      Add %LOCALAPPDATA%\Pub\Cache\bin in your User variable PATH.
0
likes
100
pub points
0%
popularity

Publisher

verified publisherhackerhgl.com

A CLI to generate launchable devices for VSCode.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on fhgllaunch