SnackBar (Flutter Widget of the Week)

preview_player
Показать описание
Ever wanted to show a quick message in your app? Then SnackBar is for you! SnackBar lets you pop up a message for a few seconds at the bottom of your app.

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

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

That's a delicious widget thank you.

iwanpieterse
Автор

CAREFUL: This is now depracted as of v1.23.0-14.0.pre. Use

lenzpaul
Автор

amazing, your community is rapidly getting bigger and bigger, keep it up that way, with more in the depth documentation in your website, you will dominate the cross platform market in a short time

riyoua
Автор

Perfect explanation in how to use this great widget! Thank you 🙂

MauricioChavesDias
Автор

Need more snackbar customizations? Flushbar to the rescue!

DennisEspiritu
Автор

Seriously I am very excited to use this, it's amazing and super easy.

thetechrr
Автор

That's a great widget to aware users, Keep going.

muhamadhaydar
Автор

When is the web app going to be released officially? I've been waiting over 1 year.

JoonBeh
Автор

Would love to have a solid shareintent feature. Or whatever.

Charlie-zddr
Автор

its deprecated now. what is the new way of doing it?

NameTopSecret
Автор

Can you show the snackbar from the top?

MyNameIssaSimon
Автор

failed assertion: line 5540 pos 12: '_children.contains(child)': is not true. flutter

I have this run time error
When I'm back from second page(listview) to first page
Then app get crashed

Can you please help me 🙂

KuldeepSingh-dnsc
Автор

how to display it after navigation is done?

erperejildo
Автор

Why can't we just call SnackBar() method directly beneath onPressed()?
Why do we have to call first?

DeusDinheiroMatematica
Автор

This is deprecated. You should use

Like to help people see this

matiasosuna
Автор

Why the hell is this widget called Snackbar???

stepheningermany
Автор

Does any of you using flutter to build REAL WORLD applications?

supreetkumar
Автор

Flutter team fix black screen when app launching
i searched about it and i found solution that i should add a splash screen ....
please fix this bug
thanks ):

mohamadkenway
Автор

now it is ScaffoldMessenger not only Scaffold


bakhadher
Автор

Está desatualizado.
Não é mais Scaffold.of(); é ScaffoldMessenger.of()

ccbcortes