Skip to content

chore(deps): upgrade dpad_qualification to ^1.1.0 - #2008

Merged
ucguy4u merged 1 commit into
mainfrom
chore/dpad-qualification-1-1-0-upgrade
Sep 16, 2026
Merged

ucguy4u merged 1 commit into
mainfrom
chore/dpad-qualification-1-1-0-upgrade

Conversation

@ucguy4u

@ucguy4u ucguy4u commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump dpad_qualification from ^1.0.0 to ^1.1.0 in app/pubspec.yaml
  • Fix breaking change in app/lib/main_qualification.dart: v1.1.0 reports the native-device preset as formFactor == 'native' instead of 'tablet'. Added an explicit 'native' branch so it still maps to DeviceFormFactor.tablet, preserving pre-upgrade behavior (previously the else branch would've silently misclassified it as mobile).

Test plan

  • flutter pub get resolves cleanly
  • flutter analyze (targeted + full app) — no issues
  • flutter build web --release -t lib/main_qualification.dart — succeeds

🤖 Generated with Claude Code

Handles the native-device form-factor rename (now reports 'native'
instead of 'tablet') so the QA harness keeps mapping it to
DeviceFormFactor.tablet as before.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

Plugin Module Size Gate

Policy: modules over 3 MB must be delivered as plugins; plugin modules over 5 MB must document cache management.

Module Size Type Status
No changed Dart/Flutter modules detected n/a n/a OK

@github-actions

Copy link
Copy Markdown
Contributor

🚀 PR Quick Check Summary

Check Status Description
PR Validation ❌ failure Title format, docs, bundled model guardrail
Code Quality ❌ failure Analyze, formatting
Core Tests ✅ success Core package unit tests
Airo Mind Shell ✅ success Mind flavour analyze, tests, entrypoint compile

💡 Note: Full app tests, coverage reports, and security scans run on merge to main.

View Details

@ucguy4u
ucguy4u merged commit edcb1d5 into main Sep 16, 2026
22 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant