bluedot_point_sdk 2.0.0 bluedot_point_sdk: ^2.0.0 copied to clipboard
Bluedot Point SDK for Flutter
Flutter Bluedot Point SDK Plugin release notes #
2.0.0 #
- Updated to latest PointSDK for both iOS v16.0.0 and Android v16.1.0
1.0.1 #
- Updated to latest iOS PointSDK 15.6.7 and Android PointSDK 15.5.3
- In Android, PointSDK by default will use
ic_stat_name
resource in res/drawable or res/mipmap of android folder as notification icon for GeoTriggering and Tempo foreground service notifications. - If you are using
setNotificationIdResourceId(int resourceId)
to set a custom icon for notification, change tosetNotificationIcon(String icon)
and make sure resourceicon
exists in either res/drawable or res/mipmap folder.