Concise Step-By-Step Guide To Run A Flutter Project On Your Brand-New MacBook, Starting From Scratch
Concise Step-By-Step Guide To Run A Flutter Project On Your Brand-New MacBook, Starting From Scratch
1.Download Flutter:
2. Extract Flutter:
• Add Flutter to your shell’s PATH by editing the .zshrc or .bashrc file:
export PATH="$PATH:~/flutter/bin"
1. Install Xcode:
• Open the App Store, search for Xcode, and install it.
• Visit the Android Studio website and download the macOS version.
4. Set Up an Emulator:
2. Install Dependencies:
• Start an Android emulator from Android Studio (AVD Manager) or connect a physical
Android/iOS device.
Backend:
node -v
npm -v
2. Install Docker
2. Install Docker:
Open the downloaded .dmg file and follow the installation instructions.
3. Start Docker:
Launch Docker Desktop and ensure it is running.
docker --version
cd <project-directory>
3. Install dependencies:
Use npm to install the required dependencies:
npm install
5. Application Ready
Your application is now set up and running. You can interact with it as needed. If you encounter any
issues, verify the installation steps and logs.