Quick information messages, error messages, warning messages… Notifying users about certain actions is a must in the world of mobile apps. One of the best and the most streamlined ways of showing messages are snackbars.

While Flutter provides an out-of-the-box solution, it’s kind of clunky, styling it is hard if not impossible, you need to get hold of the Scaffold object which can sometimes create a lot of boilerplate code. Yes, Flutter’s default snackbars are not all that great.

All of these drawbacks can be solved with a light-weight library called Flushbar. You can style it to your heart’s content and it’s very simple to use.

#flutter #mobile-apps #developer

Beautiful Snackbar on Flutter (without Scaffold) - Flushbar Library
7.45 GEEK