flutter_notification_system 1.0.0 copy "flutter_notification_system: ^1.0.0" to clipboard
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
0
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A complete notification management system for Flutter following Clean Architecture principles. Supports snackbars, dialogs, error handling, and customizable themes.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, dartz, equatable, flutter, get_it, provider

More

Packages that depend on flutter_notification_system