flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
161.83k stars 26.57k forks source link

Toast as material design element #63329

Open Tejaswgupta opened 3 years ago

Tejaswgupta commented 3 years ago

The feature:

Toasts/Snackbars are a core and one of the widely used components which is essential in responding to any event in the app.Ranging from user interactions to network errors and more.

Alternatives:

There are a lot of alternatives on pub.dev

Why not use Alternatives?

There are a ton of options available and those might be overwhelming to the new devs who are coming from other languages and don't know where to start. Having options is a great thing which is necessary until it causes something like "Analysis Paralysis". Having such a common feature out of the box could turn out to be helpful to a lot of people.

darshankawar commented 3 years ago

Hi @Tejaswgupta, So you are looking to have toast as a material design element just like Snack bar is ? Thanks.

Tejaswgupta commented 3 years ago

Hi @Tejaswgupta, So you are looking to have toast as a material design element just like Snack bar is ? Thanks.

Yes kind of

SirusCodes commented 2 years ago

Hey is anyone working on this? I think having toast natively on Flutter would be a really great idea.