Skip to content

Ian7672/flutter-portable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Flutter Windows Portable 3.29.3 – Stable Version

This is a portable version of Flutter 3.29.3 for Windows. It includes all necessary components to start developing Flutter applications immediately, without needing a full system-wide installation.


✅ Environment Check (flutter doctor)

When running:

flutter doctor

You should see output similar to:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.3, on Microsoft Windows [Version 10.0.26100.4061], locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1)

• No issues found!

📋 Additional Requirements (Optional)

To develop Windows desktop apps, you must install:

  1. Visual Studio Community EditionDownload here
  2. During installation, select these components:
    • Desktop development with C++
    • .NET desktop development

These are required for Windows builds and debugging native Windows apps via Flutter.


🔧 Additional Tools and Versions

Your portable Flutter setup is compatible with the following tools (already configured):

  • Java: 21.0.6 (LTS)
  • Git: 2.48.1.windows.1
  • Dart SDK: 3.8.0
  • ADB (Android Debug Bridge): 1.0.41 (Platform Tools 35.0.2)
  • SDK Manager: 19.0-alpha01
  • Android Build Tools: 34.0.0, 35.0.0, 35.0.1
  • NDK: 26.3.11579264
  • CMake: 3.22.1

These are all included or compatible with the portable setup and allow for full cross-platform development (mobile, web, and optionally desktop).


🚀 Getting Started

  1. Extract the .7z archive.
  2. To install, run: FLUTTER-INSTALL.exe
  3. To uninstall, run: FLUTTER-UNINSTALL.exe
  4. A password prompt will appear when opening the EXE files.

🔐 Password for EXE Installation

When prompted by the FLUTTER-INSTALL.exe or FLUTTER-UNINSTALL.exe executable:

Password: ian7672


Start building Flutter apps on Windows with zero installation setup. Portable, stable, and ready to go.