How to configure Flutter SDK? How to locate the Flutter SDK? I don\'t know the location of the SDK file.
If flutter SDK is already downloaded in the system, then just add path using the below command. This tested on MAC OS
export PATH='sdkpath':$PATH
Eg:
export PATH='/Users/apple/dev/flutter/sdk/flutter/bin':$PATH