mcrovero / rubber

An elastic material bottom sheet implementation for Flutter.
BSD 2-Clause "Simplified" License
562 stars 88 forks source link

When I try to slide down, it prompts me to overflow the title height #50

Open jahnli opened 5 years ago

jahnli commented 5 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context

image image When I try to slide down, it prompts me to overflow the title height

jahnli commented 5 years ago

image How do you control the position of the slide down, or how do you avoid this error

NandanSatheesh commented 4 years ago

+1. I'm also facing the same issue. Help Wanted for the same. Thanks.

RaashVision commented 4 years ago

What happen if you wrap the header with Expanded widget? Does it still overflow?

kashlo commented 3 years ago

This is still the issue