File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 3.1.5
2
2
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.
4
4
5
- For example:
6
- ```
5
+ ``` dart
7
6
Radar.setForegroundServiceOptions({
8
7
'title': 'Tracking',
9
8
'text': 'Trip tracking started',
@@ -16,15 +15,15 @@ Radar.setForegroundServiceOptions({
16
15
17
16
# 3.1.4
18
17
19
- - Exposes ` setForegroundServiceOptions ` and fixes android receiver implementation .
18
+ - Exposes ` Radar. setForegroundServiceOptions() ` .
20
19
21
20
# 3.1.3
22
21
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 .
24
23
25
24
# 3.1.2
26
25
27
- - Fixes a misspelled constant.
26
+ - Fixes a typo in a constant.
28
27
29
28
# 3.1.1
30
29
You can’t perform that action at this time.
0 commit comments