Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Make SortFilterSheet scrollable #351

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ctiedt
Copy link
Contributor

@ctiedt ctiedt commented Oct 4, 2020

Closes: #260

This should for now fix the issue. However, ideally this change would be made in the black_hole_flutter package so that we could use the FancyBottomSheet from there.

@ctiedt ctiedt added T: fix Type: :bug: Bug Fixes P: 4 Priority: 4 (High) labels Oct 4, 2020
@ctiedt ctiedt requested a review from JonasWanke October 4, 2020 20:07
@ctiedt ctiedt self-assigned this Oct 4, 2020
@github-actions github-actions bot added the M: app Module: app label Oct 4, 2020
@github-actions
Copy link

github-actions bot commented Oct 4, 2020

⚠️ Unicorn Report

⚠️ 1 Warning

  • Merge branch 'master' into issue/260-make-sortfiltersheet-scrollable

ℹ️ 1 Info

Generated by 🦄 Unicorn
Report an issue

@github-actions
Copy link

github-actions bot commented Oct 4, 2020

Flutter Analyze found 0 issues ✅

Generated by 🚫 Danger

@JonasWanke
Copy link
Contributor

JonasWanke commented Oct 16, 2020

I've updated this PR to use the latest Flutter version and added the missing drag indicator to the bottom sheet. Ideally, the sheet should not be scrollable when there isn't enough content that it is necessary, hence I won't yet add this functionality to black_hole_flutter.

Copy link
Contributor

@JonasWanke JonasWanke left a comment

Choose a reason for hiding this comment

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

Could you please add a safe area to prevent the content from being scrolled behind the status bar/system insets?

@JonasWanke JonasWanke changed the base branch from master to main January 14, 2021 09:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C: app M: app Module: app P: 4 Priority: 4 (High) T: fix Type: :bug: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make SortFilterSheet scrollable
2 participants