Streamit Laravel - Documentation

Installation

Flutter Installation Guide

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

๐Ÿ”น Flutter & Dart SDK

Make sure Flutter and Dart SDK are installed on your system. These are essential for Flutter app development.

๐Ÿ”น Choose an IDE

You can use any of the following IDEs for Flutter development:

  • Android Studio
  • Visual Studio Code
  • IntelliJ IDEA

๐Ÿ”น Set Up Your Editor

After installing your IDE, configure it by installing the Flutter and Dart plugins to enable Flutter development features.

  • Install Flutter and Dart Plugins โ€“ Click here

๐Ÿ”น GitHub / GitLab (Version Control)

While not mandatory, using 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.

Supported Platforms:

๐Ÿ“Œ Note : For detailed instructions, visit the official Flutter documentation: Flutter Quick Install Guide

Here, you can click on the icons for your specific platform (Windows, macOS, Linux, Chrome OS) and follow the step-by-step guidance to complete the installation process.

๐Ÿ”ธ Install Flutter and Dart Plugins

  1. Open Android Studio
  2. Go to Preferences (macOS) or Settings (Windows/Linux)
  3. Select Plugins from the left sidebar
  4. Open the Marketplace tab
  5. Search for Flutter
  6. Click Install on the Flutter plugin
  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 (square icon in the sidebar)
  3. Search for Flutter
  4. Click Install on the Flutter extension (by the Flutter team)
  5. 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. Open Plugins
  4. Go to the Marketplace tab
  5. Search for Flutter
  6. Click Install on the Flutter plugin
  7. Install the Dart plugin
  8. Restart IntelliJ IDEA when prompted

๐Ÿ“š Reference

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

๐Ÿ”— Flutter Installation Documentation