flutter_notification_system 1.0.0
flutter_notification_system: ^1.0.0 copied to clipboard
A complete notification management system for Flutter following Clean Architecture principles. Supports snackbars, dialogs, error handling, and customizable themes.
1.0.0 #
- Initial release of Flutter Notification System
- Complete notification management system following Clean Architecture
- Support for SnackBars with customizable themes and animations
- Support for dialogs with confirmation callbacks
- Error handling system with ErrorItem models
- NotificationQueue for managing multiple notifications
- Priority-based notification system (low, medium, high, critical)
- Type-safe notification types (success, error, warning, info)
- Dependency injection support with GetIt
- Provider integration for state management
- Fully customizable themes and animations
- Built-in fade and slide animations
- Operation result pattern with Either monad (dartz)
- Comprehensive test coverage