Skip to content

v2.5.0

Choose a tag to compare

@koukibadr koukibadr released this 03 May 10:36
· 12 commits to main since this release
1959f97

Changes

  • Add onLongPress callback to the notification widget PR#160
  • Add longPressDuration to customize the long press duration PR#160
  • Implement long press detection and animation handling while long press interaction PR#160
  • Add verticalDividerWidth attribute 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 autoDismiss check on timer.cancel() method to avoid null check operator error PR#160