-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set initial height based on content height #38
Comments
Hi! What functional do you want, please describe more detail? |
Hi, surf studio team! It would be great if the initial height adjusts for incoming content height. I see you guys from Russia. You can check this for the Yandex Yeda app. When the bottom sheet appears, its initial height is adjusted based on incoming content height. |
Do you mean that the content of the bottomsheet will not scroll and is always smaller than the screen size? |
Yeah. For example, in Yandex Yeda if there are not any meal parameters and it has an only description, its bottom sheet will be smaller than the screen size and adjusts based on its description height |
@MbIXjkee Задача: Сделать так что бы размер BottomSheet мог зависеть от входящих данных, т е если размер входящих данных меньше чем высота BottomSheet которую мы задаем, то BottomSheet должен иметь высоту достаточную для отображения данных. Для решения этого вопроса было попробовано: После проверки работы BottomSheet без моих изменений выяснилось, что функционал, который не работал выше, не работал с самого начала, связанное issues #48 |
Added in https://github.com/surfstudio/flutter-bottom-sheet/releases/tag/v3.0.0 |
Thanx. You are a life savior, man! |
No description provided.
The text was updated successfully, but these errors were encountered: