flushbar 0.3.1 flushbar: ^0.3.1 copied to clipboard
A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
[0.3.1] - 2017-05-27 #
Changed #
- Fixed bar being automatically called
- Title and message are not required at construction time
- Better usage example
- Removed callback from constructor
[0.3.0] - 2017-05-27 #
Changed #
- Removed the possibility to chose icon position
- Widgets are now aligned correctly
- Documentation improvements
[0.2.5] - 2017-05-26 #
Changed #
- Bug fixes
- Moved icon animation into the flushbar
- changeStatusListener() is now activated on change
[0.2.0] - 2017-05-24 #
Added #
- Removed requirement for a initial widget
- OnStatusChanged callback so it is possible to listen to the various Flushbar status
- The callback can be changed using changeStatusListener()
- Started working on the README.md file
Changed #
- IconAwareAnimation is now more general and it is called PulseAnimator
- Flushbar now accepts an Icon instead of only the IconData and IconColor
- Alignment changes
- Default background color