sweetnotify 0.0.2
sweetnotify: ^0.0.2 copied to clipboard
SweetNotify is a Flutter package that allows you to show modern and customizable notifications in your applications.
Changelog #
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.1 - 2025-08-23 #
Added #
- Added separate buttons for Success, Error, and Info notifications in the example app.
- Added styled UI for the example with rounded buttons and icons.
- Added English comments to all widgets for
pub.devdocumentation.
Fixed #
- Removed nested MaterialApp to fix
No Overlay widget founderror.
Updated #
- README.md updated with the new example and usage instructions.