expandable_bottom_sheet icon indicating copy to clipboard operation
expandable_bottom_sheet copied to clipboard

Results 11 expandable_bottom_sheet issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot_20230126-121418](https://user-images.githubusercontent.com/18536121/214769937-ad52c9a1-7e81-47e6-82f1-e44bfdb69f21.png)

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.

feature

### 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';...

enhancement

![SVID_20210421_190213_1](https://user-images.githubusercontent.com/28784325/115592287-b39ed300-a2db-11eb-9d97-3d9ce27d1b58.gif) When pivoted to the landscape the panel expands to accommodate the new small height, but does not contract back.

bug
wontfix