Create websites with TailwindCSS
Design blocks for your website
Start building the next great SAAS
Alpine & Tailwind UI Library
Plug'n Play Authentication for Laravel
Create website designs with AI
Blog platform for developers
Build a simple static website
21-day program to build a SAAS
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"
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