File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# 3.1.5
22
3- - ` startForegroundService ` and ` stopForegroundService ` are no longer available. This has been replaced by ` Radar.setForegroundServiceOptions ` instead .
3+ - Exposes ` Radar.setForegroundServiceOptions() ` . ` Radar. startForegroundService() ` and ` Radar. stopForegroundService() ` are no longer available.
44
5- For example:
6- ```
5+ ``` dart
76Radar.setForegroundServiceOptions({
87 'title': 'Tracking',
98 'text': 'Trip tracking started',
@@ -16,15 +15,15 @@ Radar.setForegroundServiceOptions({
1615
1716# 3.1.4
1817
19- - Exposes ` setForegroundServiceOptions ` and fixes android receiver implementation .
18+ - Exposes ` Radar. setForegroundServiceOptions() ` .
2019
2120# 3.1.3
2221
23- - Exposes all remaining SDK functions in Android and iOS SDK 3.5.9.
22+ - Upgrades ` radar-sdk-android ` to ` 3.5.9 ` and ` radar-sdk-ios ` to ` 3.5.9 ` . Exposes all remaining SDK functions .
2423
2524# 3.1.2
2625
27- - Fixes a misspelled constant.
26+ - Fixes a typo in a constant.
2827
2928# 3.1.1
3029
You can’t perform that action at this time.
0 commit comments