hackerhgl / fhglassets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHGLASSETS

A simple command-line application.

Requirements

  • Dart 12.2 +

Install

flutter pub global activate fhglassets

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
  • fhglassets 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.

About

License:MIT License


Languages

Language:Dart 100.0%