DraggableScrollableSheet (Flutter Widget of the Week)

preview_player
Показать описание
Are you looking to drag a widget onto the screen? Does that widget have scrollable content? DraggableScrollableSheet has you covered!

This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.

Рекомендации по теме
Комментарии
Автор

Is there any widget behaviour you don't have? Flutter guys, you're amazing!

jesusmartin
Автор

That drogobbol Scrollobol Shieet seems very nice. x)
Thanks guys !

eyzaren
Автор

This is awesome you guys. Keep em coming

tejiriadjogbe
Автор

Beautiful and this is what I really need

Adeolaex
Автор

I love this widget, very helpful. You can create more efficient widgets by looking at their code

abeeriqba
Автор

I was searching for similar bottom sheets and thought of doing it myself
But then got this
Thanks

I believe 2 years from now, you'll have a Amazon widget to bring in whole amazon app into your flutter app

routadu
Автор

Perfect time for YouTube to recommend this video

sashankvisweshwaran
Автор

I feel like this is essentially the official implementation of the fling-able bottom sheet.

joeng
Автор

I needed this yesteday... ended up doing my own implementation. Great job, though, Flutter Team!

LQD
Автор

That's awesome ! When was it introduced ? I remember struggling quite a bit implementing something like this a few months back.

Vardiak
Автор

love it, something like that in RN was a nightmare to create

DawidTomkalski
Автор

Let's say we want to build a DraggableScrollableSheet with an initial smaller peek Widget and to show additional content below (maybe a list) after we drag it upwards.
How would we know the initial smaller Widget's height in order to choose an appropriate minChildSize.

How should we tackle this problem?

filipelarga
Автор

That's why I'm respectful of flutter. Thanks guys

darul-asar
Автор

Nice! I will replace the bottomSheet in my navigation app.. looks like google maps!

dodogaz
Автор

If I need to drag a widget into view from the right hand side and not from the bottom, which widget do I use?

abhirham
Автор

everything is a widget and for everythingwe have a widget :)

hakimdouib
Автор

What's the different from a ListView? Is this just for a single element instead?

erperejildo
Автор

I am feeling very sorry for developers who doesn't try Flutter :(

furkansarihan
Автор

How would you display this on an action, such as a button tapped?

tapizquent
Автор

Question 1: Why isn't showDialog a widget? Is everything a flutter widget or not?
Question 2: What is the difference between a showModalBottomSheet and a DraggableScrollableSheet?

legardemontcho