Flutter Env Paths

export FLUTTER_PATH="/opt/flutter_linux_2.2.1-stable/flutter/bin"
              export ANDROID_HOME="/home/amar-nix/Documents/androidSdk"
              export ANDROID_TOOLS="/home/amar-nix/Documents/androidSdk/tools"
              export ANDROID_PLATFORM_TOOLS="/home/amar-nix/Documents/androidSdk/platform-tools"
              export ANDROID_COMMAND_LINE_TOOLS="/home/amar-nix/Documents/androidSdk/cmdline-tools/latest/bin"
              export PATH="$PATH:/usr/bin/java"
              export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"
BETA Snippet explanation automatically generated by OpenAI:

Here is what the above code is doing:
1. Setting the FLUTTER_PATH environment variable to the location where the Flutter SDK is installed.
2. Setting the ANDROID_HOME environment variable to the location where the Android SDK is installed.
3. Setting the ANDROID_TOOLS environment variable to

Snippet By Ahmad Iqbal

·

Created November 16th, 2021

·

Report Snippet