Creating A Windows Installer For Your Flutter App With Inno Setup
Create a Windows installer for your Flutter app using Inno Setup. Follow these steps: build & prepare files, create Inno script, compile & test. Customize paths, add files & more!
This README provides instructions for creating a Windows installer for your Flutter application using Inno Setup. Prerequisites 🛠️ Build Flutter App for Windows: Run the following command in your Flutter project directory to generate the Windows build: flutter build windows This will generate the build files in the build/windows/runner/Release directory. Install Inno Setup: Download and install Inno Setup from jrsoftware.org or Direct Download Link innosetup-6.4.0.exe. Steps to Create the Installer 📝 Prepare the Build Files Copy all fil...