PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

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