flutter_nice_toast 0.2.5
flutter_nice_toast: ^0.2.5 copied to clipboard
A beautiful, customizable toast notification package for Flutter with animations and various styles.
Changelog #
0.2.5 #
Fixed #
- 🖼️ Fixed screenshots not displaying on pub.dev by using proper GitHub raw URLs
- 📱 Improved screenshot layout with HTML table format for better presentation
- ✨ Screenshots now properly visible on pub.dev package page
0.2.4 #
Added #
- 📸 Added beautiful screenshots showcasing app interface and toast positions
- 🎨 Updated README.md with clean screenshot presentation for pub.dev
- 📱 Screenshots include main app interface and all three toast positions (top, center, bottom)
0.2.3 #
0.2.2 #
Fixes #
- Fixed repository links in pubspec.yaml to match actual GitHub repository name (hyphens instead of underscores)
- Repository links on pub.dev will now work correctly
0.2.1 #
Updates #
- Added proper repository and issue tracker links for pub.dev
- Updated BSD 3-Clause license
- Improved package metadata for better pub.dev integration
0.2.0 #
Features #
- Complete no-context implementation - show toasts from anywhere without BuildContext
- Updated initialization pattern to use a global navigator key
- Enhanced internal architecture to avoid BuildContext dependencies
- Improved screen size calculation for better positioning across devices
0.1.0 #
Initial release of the FlutterNiceToast package!
Features #
- Standard toast notifications (success, error, warning, info)
- Persistent toast variants with close buttons
- Customizable positioning (top, center, bottom)
- Animated appearance and dismissal
- Swipe to dismiss functionality
- Custom toast themes with gradient support
- Callbacks for toast dismissal and taps