(Flutter Tip) Setting Path Variable in Linux Manually
(Flutter Tip) Setting Path Variable in Linux Manually
Flutter
I have seen many Linux distros which have this problem
According To flutter docs and Linux docs to set path you have to use this command
export PATH="$PATH:`pwd`/flutter/bin"</span>
But ...
bharatmk256.hashnode.dev1 min read