mhmzdev / awesome_snackbar_content

A beautiful dart package to uplift your SnackBar experiences in the application
https://pub.dev/packages/awesome_snackbar_content
MIT License
100 stars 67 forks source link

Any plans to add a info type to the list? #2

Closed Paul-Todd closed 1 year ago

Paul-Todd commented 2 years ago

I was thinking an "!" type icon in blue - this fixes a common state with Snackbars where we want to just display an information snackbar

mhmzdev commented 2 years ago

I guess we can customise, or provide a parameter of Widget that could be used to replace the default Widgets in the snackbar

will update surely, incase you can do it? Feel free to create a PR

Paul-Todd commented 2 years ago

Happy to do so but where did you get your svg's from. I would like to use an ! one and then I am happy to code up the rest of it.

mhmzdev commented 2 years ago

I mostly use freepik and flaticons

mhmzdev commented 1 year ago

We have ContentType parameter that you can use to show error, success, warning or just a message. Feel free to check that out