release: 1.1.2#119
Conversation
Bump pubspec.yaml 1.1.1 -> 1.1.2 and promote ## [Unreleased] to ## [1.1.2] - 2026-06-25 in CHANGELOG.md, with the trailing [1.1.2] link reference and the [Unreleased] compare link redirected to 1.1.2...HEAD.
Update example/pubspec.yaml, dartdoc_options.yaml source-link tag, and llms.txt version string to 1.1.2.
|
Warning Review limit reached
More reviews will be available in 17 minutes and 44 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Patch release housekeeping for fluttersdk_wind 1.1.2, promoting the changelog entry and syncing version references across the repo.
Changes:
- Bump package version to
1.1.2and sync related version references. - Promote the changelog entry for
1.1.2and update link references. - Update example app version to
1.1.2+1and dartdoc source links to the1.1.2tag.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Bumps package version to 1.1.2. |
| llms.txt | Updates the declared stable version string to 1.1.2. |
| example/pubspec.yaml | Bumps example app version to 1.1.2+1. |
| dartdoc_options.yaml | Updates GitHub source-link base to the 1.1.2 tag. |
| CHANGELOG.md | Promotes 1.1.2 section and updates compare/tag links. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Patch release 1.1.2.
Release steps done in this PR
pubspec.yamlversion1.1.1->1.1.2.## [Unreleased]to## [1.1.2] - 2026-06-25inCHANGELOG.md, with the trailing[1.1.2]link reference and the[Unreleased]compare link redirected to1.1.2...HEAD.example/pubspec.yaml(1.1.2+1),dartdoc_options.yaml(source-link tag), andllms.txt(version string).dart analyzeclean,dart formatno diff,flutter test1455 pass (1 pre-existing skip),./tool/coverage.sh 90-> 91.3%.What ships in 1.1.2
Fixed
WPopovernow opens reliably whentriggerBuilderreturns an interactive widget (aWButtonorWAnchorwith its ownonTap) and no longer dismisses itself on the same gesture that opened it. The trigger toggles through aListener(onPointerDown:)(filtered to the primary button) to bypass the gesture arena, and a one-shot post-frame guard swallows the opening gesture's own first outside-tap. The trigger is wrapped inSemantics(button: true, onTap: ...)so screen readers and keyboard activation still reach the toggle. Covered bytest/widgets/w_popover/gesture_regression_test.dart(four-behavior regression set overWButtonandWDivtriggers, plus co-fire, controller-open, accessibility, and secondary-button paths). (fix: WPopover opens with interactive triggers and no longer self-dismisses (#11) #118)After merge
Tag and publish (manual, per repo process):
The tag triggers
.github/workflows/publish.ymlto push to pub.dev.