Home > Mobile >  How can I create animated scrollable bottomsheet in Flutter?
How can I create animated scrollable bottomsheet in Flutter?

Time:01-10

I would like to create a scroll up bottomsheet something like this

something like this

Right now I am working with DraggableScrollableSheet widget. But I don't know how to add animation and that handle icon that changes when the sheet goes up or down.

CodePudding user response:

You can use Solid bottom sheet package from here

also bottom_sheet_bar is similar like this.

CodePudding user response:

In my flutter projects I use the following package for animated bottom sheets:

https://pub.dev/packages/modal_bottom_sheet

  •  Tags:  
  • Related