expandable_bottom_sheet
expandable_bottom_sheet copied to clipboard
There is an issue when the bottom sheet collapsed on IOS Here is the [video](https://drive.google.com/file/d/1PWOV75tdeRQHS1HWxTGScv93z2f_nLv-/view?usp=sharing)
I've added `toggleOnTapAnywhere` property. Currently, you can tap anywhere on the expandable content to show/hide. I've added this so that it disables that and only toggles the expandable sheet when...
expendable-content does not move with the keyboard 
It'd be nice if I could partially expand the widget with the expand method. Maybe `key.currentState.expand(0.7)` to expand it 70% for example.
There should be a parameter to expand the `ExpandableBottomSheet` when it builds first time.
### What? It would be nice to include a link in the `README.md` file that points to a live example of the `expandable_bottom_sheet`. ### Why? This would allow developers to...
The `persistentHeader` and `persistentFooter` fields are unnecessary. * `persistentFooter` can be implemented around the `ExpandableBottomSheet` * `persistentHeader` should be part of the `expandableContent` and then you set the `persistentContentSize` to...
if the drag list is reach to top, the bottom sheet should be scroll to close. It work with other widget, just not with list ```dart import 'package:expandable_bottom_sheet/expandable_bottom_sheet.dart'; import 'package:flutter/material.dart';...
 When pivoted to the landscape the panel expands to accommodate the new small height, but does not contract back.