torbenkeller / expandable_bottom_sheet

MIT License
33 stars 23 forks source link

Add some features #1

Closed Ionys320 closed 4 years ago

Ionys320 commented 4 years ago

Hello, Could you add the possibility to click on the persistent header to open the bottom sheet ? And also, could you create an option to not allow the possibility of partially opening the bottom sheet ?

Thanks a lot !

torbenkeller commented 4 years ago

It's planned to let you call a open or close function and get actual status. So if this is implemmented you can use a GestureDetector in your persistentHeader and open the sheet on tap.

Ionys320 commented 4 years ago

Yep, okay!

vincepunkrock commented 4 years ago

@torbenkeller I'd also be interested in this feature. Is the implementation still planned? Thanks

torbenkeller commented 4 years ago

@vincepunkrock It's already imlpemented. Just have a look into the example tab on pub.dev. https://pub.dev/packages/expandable_bottom_sheet/example