Version: 1.1.0+2
Supported Platforms: Android, Linux, macOS, Windows
- Flutter SDK 3.38.5+ (Dart 3.10.4+)
- Platform-specific toolchains (see platform setup guides)
- Release signing keys (Android only)
flutter build apk --debugOutput: build/app/outputs/flutter-apk/app-debug.apk
flutter build linux --releaseOutput: build/linux/x64/release/bundle/
flutter build macos --debugOutput: build/macos/Build/Products/Debug/sleepy_ui.app
flutter build macos --releaseOutput: build/macos/Build/Products/Release/sleepy_ui.app
flutter build windows --debugOutput: build\windows\x64\runner\Debug\sleepy_ui.exe
flutter build windows --releaseOutput: build\windows\x64\runner\Release\sleepy_ui.exe
Distribution: Copy entire Release folder to target machine.