Sarah ED
Sarah ED

Reputation: 75

Flutter - Bottom Sheet height transition

for my flutter project I need to create an animated bottom sheet in the sense that it will transition height when pressing a button... How can I do that?

Upvotes: 0

Views: 343

Answers (1)

KuKu
KuKu

Reputation: 7492

I searched some flutter package because of like your reason.
I think that 'sliding_up_panel' package is what you find.
https://pub.dev/packages/sliding_up_panel

Upvotes: 1

Related Questions