CupertinoActionSheet (Flutter Widget of the Week)

preview_player
Показать описание
Are you building an iOS-style app that needs to present the user with a list of options for what to do next? CupertinoActionSheet is the widget for you!

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

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

I need to implement this... RIGHT NOW! Been writing my custom action sheets using showModalBottomSheet and columns and buttons and texts! This changes everything!

MzeeAlii
Автор

This is cool thank you u Flutter team 🤗🤗🤗🤗

thanishlos
Автор

Please Flutter team, make this something along the lines of "Flutter Widget of every other day". If you do, I'll send you a cake!

Ondal
Автор

Wow, those vids are super pleasant to watch and helpful at the same time! Keep it up

hypncil
Автор

Do I have to manually check the operating system and show the relevant bottom sheet?

androidbull
Автор

Why does it use the system brightness instead of the brightness from Theme.of(context)?

britannio
Автор

Can CupertinoActionSheet be used inside MaterialApp?

ActiveAndReactive
Автор

It's would be pretty strange in android app, isn't it?

ЕвгенийАлексеев-зщ
Автор

Whole video felt like a tongue twister

yourstepbf
Автор

Anybody else seeing the coding mistake at 1:02?
`onPressed: () => {}` is not valid, `(){} would be correct`... :P

I only spotted it because I make the same mistake all the time.

MatzeS
Автор

thanks to the latest flutter update my project is completely ruined 😡

sepehrazizi