In android native we can use viewpager with BottomSheet as an Implementation.In flutter is it possible to have a horizontal viewpager (each item in viewpager have buttons and text)and for each item viewpager we install Sliding Up Panel? Any comment will be a big help.
CodePudding user response:
This package is what I believe you're looking for! It has a variety of bottom slidable sheets:
https://pub.dev/packages/modal_bottom_sheet
cheers