Copyright (c) 2023-2025 GerrysApps.com
My first flutter project. Download at Gerry's Apps
https://docs.flutter.dev/install/manual
setx PATH "$(
setx ANDROID_HOME "C:\Users\Gerry\AppData\Local\Android\Sdk"
setx ANDROID_SDK_ROOT "C:\Users\Gerry\AppData\Local\Android\Sdk"
setx PATH "$(
flutter config --android-sdk "C:\Users\Gerry\AppData\Local\Android\Sdk"
flutter doctor
flutter pub get flutter pub deps --json # optional dependency info flutter run -d windows # run on Windows desktop
While you are correct that you'll be building for your Windows 11 machine, Flutter's build system specifically looks for the Windows 10 SDK (10.0.19041.0) headers to link correctly.
Essential Components to Check Based on your uploaded image (image_b36482.png), select these exact boxes:
Windows SDK for Desktop C++ amd64 Apps: This is the most critical one for your 64-bit Windows machine.
Windows SDK for Desktop C++ x86 Apps: Flutter often requires these headers for broad compatibility even if your primary target is 64-bit.
Windows SDK Signing Tools for Desktop Apps: You will eventually need these to sign your MyEzInbox or OwlMail Windows executables for distribution.
flutter config --no-enable-web
Must enable Developer mode (in Settings) for Windows to be able to use the path_provider (or some "plugin") Go to Settings (Win + I). Search for "Developer settings". Toggle "Developer Mode" to "On".
run 'flutter clean' lots
flutter upgrade flutter build windows --release files are here: .\ffinder\build\windows\x64\runner\Release
Cookbook: Useful Flutter samples
For help getting started with Flutter development, view the online documentation
flutter pub deps --json flutter pub get
Delete the build folder in your project directory flutter clean flutter create . flutter run
mp4, mkv, m4v, avi, iso, m4a