flutter_notification_system 1.0.1 copy "flutter_notification_system: ^1.0.1" to clipboard
flutter_notification_system: ^1.0.1 copied to clipboard

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

1.0.1 #

  • Added comprehensive example app demonstrating all features
  • Basic notifications example with all types (success, error, warning, info)
  • Advanced features example (custom animations, themes, queue management)
  • Operation tracking example with CRUD operations and mixins
  • Improved package score for pub.dev

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
150
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)

Documentation

API reference

License

MIT (license)

Dependencies

collection, dartz, equatable, flutter, get_it, provider

More

Packages that depend on flutter_notification_system