Release v1.8.0
feat: Add Windows MSIX package support in v1.8.0
- Add MSIX package distribution format for Windows 10/11
- Implement Windows MSIX build job in GitHub Actions release workflow
- Add msix package dependency to pubspec.yaml with configuration
- Create automated MSIX x86_64 (amd64) builds on windows-2022 runner
- Add unified filename format: demo-flutter-${version}-windows-amd64.msix
- Update README.md with MSIX installation instructions and sideloading notes
- Update CHANGELOG.md with v1.8.0 feature details
- Enable modern Windows packaging with enhanced security and integration
- Support both ZIP (portable) and MSIX (modern) Windows distributions
Technical changes:
- Add build-windows-msix job to .github/workflows/release.yml
- Configure MSIX settings in pubspec.yaml with proper identity and capabilities
- Add msix:create command with store certificate for automated builds
- Update documentation for dual Windows package support
- Maintain consistent naming convention across all platforms and package types