Issue
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?
Solution
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
Answered By – KuKu
Answer Checked By – Dawn Plyler (FlutterFixes Volunteer)