elegant_notification 2.3.1 elegant_notification: ^2.3.1 copied to clipboard
A new flutter package to display notifications on top of the screen, full customizable with built-in themes
[2.3.1] - 07/11/2024 #
- Bug Fix
- Fix using show callback with GetX package context
[2.3.0] - 05/09/2024 #
-
Changes
-
icon
is optional when using the default contructor -
icon
parameter is exposed when using success, info and error constructors -
Enhancement
-
Reduced package size by removing all unnecessary code and files
[2.2.2] - 09/07/2024 #
- Changes
- Update package deployment track
[2.2.0] - 09/06/2024 #
- Enhancement
- Remove package assets svg files to reduce package size
- Replace assets with Material icons
[2.1.2] - 17/04/2024 #
- Bug Fix:
- Fix offsetAnimation initialization error
[2.1.1] - 13/04/2024 #
- Enhancements:
- Update package documentation and pubspec file
[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
andshadowColor
attribute and replace it withshadow
ofBoxShadow
type. - Add
animationCurve
attribute - remove
onActionPressed
function attribute.
[1.14.0] - 10/03/2024 #
- Enhancements:
- Removal of
closeOnTap
attribute and replace it withisDismissible
withdismissDirection
attributes PR Link - Rename
onTap
attribute toonNotificationPressed
- 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
andNotificationPosition
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 PRcloseOnTap
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
withposition
withAlignment
type instead ofNotificationPosition
[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
- assertions in
[1.9.1] - 16/03/2023 #
- Support any type of widget in Title and description attributes
[1.8.0] - 14/03/2023 #
[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