Streamit Laravel - Documentation

Installation

This guide helps you install all required tools and dependencies to successfully run and develop a Flutter-based mobile application. If you’re setting up the project for the first time or switching devices, follow this to avoid any configuration issues.

🔹 Flutter & Dart SDK

Ensure that you have Flutter and Dart SDK installed on your system. These are essential for Flutter app development.

🔹 Choose an IDE

You can use any IDE such as:

  • Android Studio
  • Visual Studio Code
  • IntelliJ IDEA

for Flutter development.

🔹 Set up Your Editor

Configure your IDE by installing the Flutter and Dart plugins to enable Flutter development features.

🔹 GitHub/GitLab

Although not mandatory, having a version control system like Git is highly recommended for:

  • Tracking changes in your project
  • Collaborating with other developers

Download Git:  GitHub / Gitlab

🔸 Basic Installation

 Important: Choose your platform and follow the corresponding steps to build and run the application.

Platforms supported:

🔸 Install Flutter and Dart Plugins

Android Studio

  1. Open Android Studio
  2. Go to Preferences (macOS) or Settings (Windows/Linux)
  3. Select Plugins from the left sidebar
  4. Click on the Marketplace tab
  5. Search for “Flutter” in the search bar
  6. Install the Flutter plugin by clicking the green Install button
  7. Install the Dart plugin
  8. Restart Android Studio when prompted

Visual Studio Code

  1. Open Visual Studio Code
  2. Go to the Extensions view (click the square icon in the Sidebar)
  3. Search for “Flutter” in the Extensions Marketplace
  4. Click Install on the Flutter extension (by the Flutter team)
  5. Similarly, install the Dart extension
  6. Restart VS Code if needed

IntelliJ IDEA

  1. Open IntelliJ IDEA
  2. Go to File → Settings (Windows/Linux) or IntelliJ IDEA → Preferences (macOS)
  3. In the Settings/Preferences dialog, go to Plugins
  4. Click on the Marketplace tab
  5. Search for “Flutter”
  6. Click Install on the Flutter plugin
  7. Install the Dart plugin as well
  8. Restart IntelliJ IDEA when prompted

 Reference:

For detailed installation instructions and troubleshooting, refer to the official Flutter documentation:
🔗 Flutter Installation Doc