v2.5.0
Changes
- Add
onLongPresscallback to the notification widget PR#160 - Add
longPressDurationto customize the long press duration PR#160 - Implement long press detection and animation handling while long press interaction PR#160
- Add
verticalDividerWidthattribute to customize the vertical divider width PR#161
Enhancement
- Update the package example to demonstrate the new long press feature PR#160
- Update padding rendering on notification icon widget PR#160
- Update close icon rendering on notification widget PR#160
- Refactor closing timer initialization and closing to avoid null check operator error PR#160
- Add
autoDismisscheck ontimer.cancel()method to avoid null check operator error PR#160