snacky 0.5.4 snacky: ^0.5.4 copied to clipboard
Easily display customizable snackbars in Flutter with minimal configuration. Ideal for quick notifications and alerts in your app.
0.5.0 #
Feat #
- Deploy to web github action
- Calculate the duration of a snacky based on the title & subtitle
- Expose SnackyDurationUtil so other people can also use the calculation
0.4.0 #
Feat #
- Added layout config with SnackyLayoutConfig
- Breakpoints support with SnackyLayoutBreakpointConfig
- Default location support with SnackyLayoutBreakpointConfig
Breaking #
- Requires SnackyLayoutConfig to be passed to the building blocks
- Snacky.location is now optional. null (defaults to SnackyLayoutBreakpointConfig.snackyLocation)
Fix #
- Snackies always stayed in the widgettree. (Fixed by using
OverlayEntry.remove()
function)
0.3.0 #
0.2.5 #
0.2.0 #
0.1.0 #
Feat #
- Added support for custom notification builders.
- Added support for more SnackyLocations. (top, topStart, topEnd, bottom, bottomStart, bottomEnd)
- Better swipe to dismiss support.
0.0.3 #
Fix #
- Exported all requried files
- Cancel all snackies when a new route is pushed or a route is replaced
SnackyNavigationObserver
0.0.1 #
- initial release