elegant_notification 2.1.0 copy "elegant_notification: ^2.1.0" to clipboard
elegant_notification: ^2.1.0 copied to clipboard

A new flutter package to display notifications on top of the screen, full customizable with built-in themes

[2.1.0] - 06/04/2024 #

  • Enhancements:
  • Add border attribute of type BoxBorder Issue #119
  • Migrate radius to borderRadius of type BorderRadius

[2.0.0] - 30/03/2024 #

  • Enhancements:
  • Elegant notification now support stacked toasts PR Link
  • Removal of enableShadow and shadowColor attribute and replace it with shadow of BoxShadow type.
  • Add animationCurve attribute
  • remove onActionPressed function attribute.

[1.14.0] - 10/03/2024 #

  • Enhancements:
  • Removal of closeOnTap attribute and replace it with isDismissible with dismissDirection attributes PR Link
  • Rename onTap attribute to onNotificationPressed
  • Add dismissDirection to customize the direction where the notification can be dismissed

[1.13.1] - 02/03/2024 #

  • Update lint rules to avoid Dangling library doc comment analysis error

[1.13.0] - 21/01/2024 #

  • notificationPosition and NotificationPosition are removed completly from the notification package
  • Enhancement:
  • onTap added to the package class, a callback that will be invoked when the notification is tapped PR
  • closeOnTap added to indicate if the notification will be dismissed or not when the notification is pressed PR

[1.12.0] - 14/01/2024 #

  • Replace notificationPosition with position with Alignment type instead of NotificationPosition

[1.11.2] - 27/09/2023 #

  • Update package license to MIT license

[1.11.1] - 09/09/2023 #

  • Fix const error in toast_content.dart file

[1.11.0] - 13/08/2023 #

  • Add width, height and padding to progress indicator widget #88
  • Update package example

[1.10.1] - 28/06/2023 #

  • DRY refactorings:
    • assertions in elegant_notification.dart
    • Default icon size property

[1.10.0] - 08/05/2023 #

  • Added RTL support #84

[1.9.1] - 16/03/2023 #

  • Support any type of widget in Title and description attributes

[1.8.1] - 16/03/2023 #

  • Fix unhandled exception of the overlay creation with Flutter 3.7 issue

[1.8.0] - 14/03/2023 #

  • Customizable progress indicator background color #78
  • Customizable close button widget PR #77

[1.7.0] - 11/02/2023 #

  • Added overlay config to package
  • Added slide back animation

[1.6.4] - 09/10/2022 #

  • Add support for all display alignment positions (TopLeft, TopCenter, TopRight, CenterLeft, Center, CenterRight, BottomLeft, BottomCenter, BottomRight)

[1.6.3] - 18/09/2022 #

  • Fix inactive screen bug when toast is displayed

[1.6.2] - 13/09/2022 #

  • Fix back button with onDismiss callback usage

[1.6.1] - 06/08/2022 #

  • Update package flutter 3 support

[1.6.0] - 02/07/2022 #

  • Fix toast dismiss issues

[1.5.5] - 02/07/2022 #

  • Fix static analysis issues

[1.5.4] - 30/05/2022 #

  • Support Flutter 3 null safety
  • Update enum names

[1.5.2] - 08/04/2022 #

  • Fix alignment position display bug (Center, Bottom, Top)

[1.5.1] - 15/02/2022 #

  • Fix alignment position display bug (Center, Bottom, Top)

[1.5.0] - 06/02/2022 #

  • Add dismiss and onDismiss parameters
  • Add barrier dismissable option
  • Bug fixes

[1.4.0] - 22/01/2022 #

  • Add fromBottom animation type
  • Add notification width and height parameters
  • Bug fixes

[1.3.0] - 09/01/2022 #

  • Add notification position parameter
  • Merge title and titleStyle parameters
  • Merge description and descriptionStyle parameters
  • Add action widget with onActionPressed callback
  • Add autoDismiss attribute
  • Bug fixes

[1.2.0] - 31/12/2021 #

  • Optional title
  • Add background attribute to built-in themes
  • Add display progress indicator attribute to built-in themes
  • Customizable notification duration
  • Bug fixes

[1.1.0] - 26/12/2021 #

  • Enhanced rendering performance
  • Animated progress bar indicator

[1.0.0] - 14/08/2021 #

  • Built-in notification types
  • Display animations types
  • Full customization of the notification
  • Onclose and ondismiss function callback
395
likes
0
pub points
96%
popularity

Publisher

verified publisherbadrkouki.dev

A new flutter package to display notifications on top of the screen, full customizable with built-in themes

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on elegant_notification