Skip to content

chore: bump fluttersdk_wind to ^1.1.2#99

Merged
anilcancakir merged 1 commit into
masterfrom
chore/bump-wind-1.1.2
Jun 25, 2026
Merged

chore: bump fluttersdk_wind to ^1.1.2#99
anilcancakir merged 1 commit into
masterfrom
chore/bump-wind-1.1.2

Conversation

@anilcancakir

Copy link
Copy Markdown
Contributor

Raise the fluttersdk_wind constraint ^1.1.1 -> ^1.1.2 to require wind 1.1.2's WPopover fix.

Why

wind 1.1.2 fixes WPopover so a popover with an interactive trigger (a WButton/WAnchor with its own onTap) opens reliably and no longer dismisses itself on the opening gesture, with the trigger kept accessible via a Semantics tap action. This is the primitive behind magic_starter's team selector and user/notification dropdowns, so magic raises the floor to guarantee consumers get the fix.

Changes

  • pubspec.yaml: fluttersdk_wind: ^1.1.1 -> ^1.1.2.
  • CHANGELOG.md: updated the existing [Unreleased] wind-bump entry (it was already documenting the ^1.1.1 bump) to ^1.1.2 and extended it with 1.1.2's WPopover fix.
  • CLAUDE.md: synced the stack reference to ^1.1.2.
  • example/pubspec.lock: re-resolved to wind 1.1.2.

Verification

flutter analyze --no-fatal-infos clean, dart format no diff, flutter test 1158 green. wind 1.1.2 is a bug fix with no API change, so magic needs no code changes.

Copilot AI review requested due to automatic review settings June 24, 2026 22:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Raises the minimum fluttersdk_wind dependency to ^1.1.2 so Magic consumers reliably receive wind 1.1.2’s WPopover interaction fix, and syncs repository docs/lockfiles accordingly.

Changes:

  • Bump fluttersdk_wind constraint in pubspec.yaml from ^1.1.1 to ^1.1.2.
  • Update the [Unreleased] changelog entry to reflect the ^1.1.2 bump and describe the WPopover fix.
  • Sync stack documentation and re-resolve the example’s lockfile to wind 1.1.2.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
pubspec.yaml Updates the fluttersdk_wind version constraint to ^1.1.2.
example/pubspec.lock Updates resolved dependency metadata to wind 1.1.2.
CLAUDE.md Syncs documented stack dependency version for wind.
CHANGELOG.md Updates the Unreleased entry to describe the new wind minimum and its relevant fixes.

Comment thread CLAUDE.md
Raise the wind floor to ^1.1.2 to require the WPopover fix: a popover with
an interactive trigger (WButton/WAnchor with its own onTap) now opens
reliably and no longer self-dismisses on the opening gesture, with the
trigger kept accessible via a Semantics tap action. This is the primitive
behind magic_starter's team selector and user/notification dropdowns.

Updates the existing [Unreleased] wind-bump CHANGELOG entry and the CLAUDE.md
stack reference. flutter analyze clean, dart format no diff, flutter test
1158 green.
@anilcancakir anilcancakir force-pushed the chore/bump-wind-1.1.2 branch from 959aa72 to e38daed Compare June 25, 2026 11:00
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@anilcancakir anilcancakir merged commit d23b254 into master Jun 25, 2026
4 checks passed
@anilcancakir anilcancakir deleted the chore/bump-wind-1.1.2 branch June 25, 2026 11:03
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.

2 participants