bluedot_point_sdk 2.1.0
bluedot_point_sdk: ^2.1.0 copied to clipboard
Bluedot Point SDK for Flutter
Flutter Bluedot Point SDK Plugin release notes #
2.1.0 #
- Updated to Android Point SDK v17.3.0 and iOS Point SDK v17.1.0
- Fix added to reinit channels if it is null instead of crashing the App
2.0.1 #
- Updated to Android PointSDK v16.1.1
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_nameresource 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 resourceiconexists in either res/drawable or res/mipmap folder.