Skip to content

Tags: Sallvainian/Fermi

Tags

windows-v0.9.6

Toggle windows-v0.9.6's commit message
fix: resolve Flutter 3.32.0 compatibility issues

- Update all CI workflows to use Flutter 3.32.0 consistently
- Fix DropdownButtonFormField to use 'value' instead of 'initialValue' for Flutter 3.32.0
- Update fl_chart to 0.69.0 for compatibility with Flutter 3.32.0
- Fixes CI build failures due to version mismatches

windows-v0.9.5

Toggle windows-v0.9.5's commit message
fix: replace initialValue with value in DropdownButtonFormField widgets

- Fixed Flutter SDK compatibility issue where initialValue parameter was removed
- Updated all DropdownButtonFormField widgets to use value parameter instead
- Affected files: assignments, calendar, classes, and grades screens

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.9.4

Toggle v0.9.4's commit message
feat: add unified desktop release workflow

- Combines Windows and macOS builds in parallel
- Creates single release with both DMG and ZIP
- Uses single version tag (v*) for both platforms

macos-v0.9.4

Toggle macos-v0.9.4's commit message
fix: update macOS workflow to match Windows convention

- Rename to 'MacOS Release' for consistency
- Remove trigger on main branch pushes (wasteful)
- Keep PR builds for validation
- Only create releases on tags or manual trigger

windows-v0.9.4.1

Toggle windows-v0.9.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #42 from Sallvainian/fix-dart-syntax-errors

Fix Dart syntax errors in desktop OAuth handler

windows-v0.9.4

Toggle windows-v0.9.4's commit message
fix: Update Windows release workflow to trigger on workflow_dispatch

- Fixed create-release job condition to trigger on both tag pushes and manual workflow_dispatch
- Added dynamic tag_name generation for manual triggers (windows-v{version})
- Ensures GitHub Release is created regardless of trigger method

ios-v0.9.0

Toggle ios-v0.9.0's commit message
fix: Improve iOS build robustness

- Add iOS 18 SDK check and conditional download
- Make GoogleService-Info.plist check non-fatal with debugging
- Check directory structure to diagnose file location issues
- Install iOS platform if SDK not available