Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #930 +/- ##
==========================================
+ Coverage 70.86% 71.68% +0.82%
==========================================
Files 40 40
Lines 2440 2518 +78
==========================================
+ Hits 1729 1805 +76
- Misses 711 713 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
|
Two things:
|
Ortes
force-pushed
the
feat/swipe-down-exit-fullscreen
branch
2 times, most recently
from
September 22, 2025 10:28
cd41237 to
0974735
Compare
Ortes
added a commit
to Fullphysio/chewie
that referenced
this pull request
Aug 12, 2026
Ortes
force-pushed
the
feat/swipe-down-exit-fullscreen
branch
from
August 12, 2026 07:25
0974735 to
a56c7f0
Compare
Ortes
added a commit
to Fullphysio/chewie
that referenced
this pull request
Aug 15, 2026
Ortes
force-pushed
the
feat/swipe-down-exit-fullscreen
branch
from
August 15, 2026 11:14
a56c7f0 to
62076b0
Compare
Ortes
added a commit
to Fullphysio/chewie
that referenced
this pull request
Aug 27, 2026
Covers the fullscreen swipe gesture added in fluttercommunity#930: a downward fling above swipeThreshold exits fullscreen, one below it and any upward fling do not, a custom swipeThreshold shifts the cutoff, and swipeToExitFullscreen: false leaves the gesture unwired. Also covers the two new ChewieController fields in the constructor defaults and in copyWith.
Ortes
added a commit
to Fullphysio/chewie
that referenced
this pull request
Sep 9, 2026
Ortes
added a commit
to Fullphysio/chewie
that referenced
this pull request
Sep 9, 2026
Covers the fullscreen swipe gesture added in fluttercommunity#930: a downward fling above swipeThreshold exits fullscreen, one below it and any upward fling do not, a custom swipeThreshold shifts the cutoff, and swipeToExitFullscreen: false leaves the gesture unwired. Also covers the two new ChewieController fields in the constructor defaults and in copyWith.
Ortes
force-pushed
the
feat/swipe-down-exit-fullscreen
branch
from
September 9, 2026 09:34
9a8696f to
b77bc0d
Compare
Ortes
added a commit
to Fullphysio/chewie
that referenced
this pull request
Sep 14, 2026
Covers the fullscreen swipe gesture added in fluttercommunity#930: a downward fling above swipeThreshold exits fullscreen, one below it and any upward fling do not, a custom swipeThreshold shifts the cutoff, and swipeToExitFullscreen: false leaves the gesture unwired. Also covers the two new ChewieController fields in the constructor defaults and in copyWith.
Ortes
force-pushed
the
feat/swipe-down-exit-fullscreen
branch
from
September 14, 2026 21:05
b77bc0d to
dcbcc30
Compare
Covers the fullscreen swipe gesture added in fluttercommunity#930: a downward fling above swipeThreshold exits fullscreen, one below it and any upward fling do not, a custom swipeThreshold shifts the cutoff, and swipeToExitFullscreen: false leaves the gesture unwired. Also covers the two new ChewieController fields in the constructor defaults and in copyWith.
Ortes
force-pushed
the
feat/swipe-down-exit-fullscreen
branch
from
September 14, 2026 21:24
dcbcc30 to
e776ce7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.