Skip to content

Commit cfd10aa

Browse files
Fix errors serialization (#42)
Update HyperTrack SDK iOS to 5.0.4 and Android to 7.0.6
1 parent 10011a8 commit cfd10aa

File tree

93 files changed

+109
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+109
-92
lines changed

CHANGELOG.md

+13

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
disable 'InvalidPackage'
4444
}
4545
dependencies {
46-
def hyperTrackVersion = "7.0.3"
46+
def hyperTrackVersion = "7.0.6"
4747
implementation "com.hypertrack:sdk-android:${hyperTrackVersion}"
4848
implementation "com.hypertrack:location-services-google:${hyperTrackVersion}"
4949
implementation "com.hypertrack:push-service-firebase:${hyperTrackVersion}"

android/src/main/kotlin/com/hypertrack/sdk/flutter/FlutterSerialization.kt

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ internal fun <T> WrapperResult<T>.sendAsFlutterResult(
2929
flutterResult.success(this.success)
3030
}
3131

32+
is List<*> -> {
33+
flutterResult.success(this.success)
34+
}
35+
3236
is NotImplemented -> {
3337
flutterResult.notImplemented()
3438
}

docs/__404error.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h5><span class="package-name">hypertrack_plugin</span> <span class="package-kin
9595
<footer>
9696
<span class="no-break">
9797
hypertrack_plugin
98-
2.0.0
98+
2.0.1
9999
</span>
100100

101101

docs/data_types_hypertrack_error/HyperTrackError.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ <h5>hypertrack_error library</h5>
430430
<footer>
431431
<span class="no-break">
432432
hypertrack_plugin
433-
2.0.0
433+
2.0.1
434434
</span>
435435

436436

docs/data_types_hypertrack_error/HyperTrackError/HyperTrackError.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h5>HyperTrackError enum</h5>
131131
<footer>
132132
<span class="no-break">
133133
hypertrack_plugin
134-
2.0.0
134+
2.0.1
135135
</span>
136136

137137

docs/data_types_hypertrack_error/HyperTrackError/values-constant.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h5>HyperTrackError enum</h5>
135135
<footer>
136136
<span class="no-break">
137137
hypertrack_plugin
138-
2.0.0
138+
2.0.1
139139
</span>
140140

141141

docs/data_types_hypertrack_error/data_types_hypertrack_error-library.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h5>hypertrack_error library</h5>
131131
<footer>
132132
<span class="no-break">
133133
hypertrack_plugin
134-
2.0.0
134+
2.0.1
135135
</span>
136136

137137

docs/data_types_json/JSON-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h5>json library</h5>
221221
<footer>
222222
<span class="no-break">
223223
hypertrack_plugin
224-
2.0.0
224+
2.0.1
225225
</span>
226226

227227

docs/data_types_json/JSON/JSON.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h5>JSON class</h5>
112112
<footer>
113113
<span class="no-break">
114114
hypertrack_plugin
115-
2.0.0
115+
2.0.1
116116
</span>
117117

118118

docs/data_types_json/JSON/fromMap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h5>JSON class</h5>
127127
<footer>
128128
<span class="no-break">
129129
hypertrack_plugin
130-
2.0.0
130+
2.0.1
131131
</span>
132132

133133

docs/data_types_json/JSON/fromString.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h5>JSON class</h5>
127127
<footer>
128128
<span class="no-break">
129129
hypertrack_plugin
130-
2.0.0
130+
2.0.1
131131
</span>
132132

133133

docs/data_types_json/JSON/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h5>JSON class</h5>
120120
<footer>
121121
<span class="no-break">
122122
hypertrack_plugin
123-
2.0.0
123+
2.0.1
124124
</span>
125125

126126

docs/data_types_json/JSONArray-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h5>json library</h5>
207207
<footer>
208208
<span class="no-break">
209209
hypertrack_plugin
210-
2.0.0
210+
2.0.1
211211
</span>
212212

213213

docs/data_types_json/JSONArray/JSONArray.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONArray class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONArray/items.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONArray class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONArray/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h5>JSONArray class</h5>
129129
<footer>
130130
<span class="no-break">
131131
hypertrack_plugin
132-
2.0.0
132+
2.0.1
133133
</span>
134134

135135

docs/data_types_json/JSONBool-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h5>json library</h5>
207207
<footer>
208208
<span class="no-break">
209209
hypertrack_plugin
210-
2.0.0
210+
2.0.1
211211
</span>
212212

213213

docs/data_types_json/JSONBool/JSONBool.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONBool class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONBool/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h5>JSONBool class</h5>
129129
<footer>
130130
<span class="no-break">
131131
hypertrack_plugin
132-
2.0.0
132+
2.0.1
133133
</span>
134134

135135

docs/data_types_json/JSONBool/value.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONBool class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONNull-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h5>json library</h5>
186186
<footer>
187187
<span class="no-break">
188188
hypertrack_plugin
189-
2.0.0
189+
2.0.1
190190
</span>
191191

192192

docs/data_types_json/JSONNull/JSONNull.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h5>JSONNull class</h5>
113113
<footer>
114114
<span class="no-break">
115115
hypertrack_plugin
116-
2.0.0
116+
2.0.1
117117
</span>
118118

119119

docs/data_types_json/JSONNull/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h5>JSONNull class</h5>
125125
<footer>
126126
<span class="no-break">
127127
hypertrack_plugin
128-
2.0.0
128+
2.0.1
129129
</span>
130130

131131

docs/data_types_json/JSONNumber-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h5>json library</h5>
207207
<footer>
208208
<span class="no-break">
209209
hypertrack_plugin
210-
2.0.0
210+
2.0.1
211211
</span>
212212

213213

docs/data_types_json/JSONNumber/JSONNumber.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONNumber class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONNumber/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h5>JSONNumber class</h5>
129129
<footer>
130130
<span class="no-break">
131131
hypertrack_plugin
132-
2.0.0
132+
2.0.1
133133
</span>
134134

135135

docs/data_types_json/JSONNumber/value.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONNumber class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONObject-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h5>json library</h5>
207207
<footer>
208208
<span class="no-break">
209209
hypertrack_plugin
210-
2.0.0
210+
2.0.1
211211
</span>
212212

213213

docs/data_types_json/JSONObject/JSONObject.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONObject class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONObject/fields.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONObject class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONObject/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h5>JSONObject class</h5>
131131
<footer>
132132
<span class="no-break">
133133
hypertrack_plugin
134-
2.0.0
134+
2.0.1
135135
</span>
136136

137137

docs/data_types_json/JSONString-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h5>json library</h5>
207207
<footer>
208208
<span class="no-break">
209209
hypertrack_plugin
210-
2.0.0
210+
2.0.1
211211
</span>
212212

213213

docs/data_types_json/JSONString/JSONString.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONString class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/JSONString/serialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h5>JSONString class</h5>
129129
<footer>
130130
<span class="no-break">
131131
hypertrack_plugin
132-
2.0.0
132+
2.0.1
133133
</span>
134134

135135

docs/data_types_json/JSONString/value.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>JSONString class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_json/data_types_json-library.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ <h5>json library</h5>
206206
<footer>
207207
<span class="no-break">
208208
hypertrack_plugin
209-
2.0.0
209+
2.0.1
210210
</span>
211211

212212

docs/data_types_json/fromMap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h5>json library</h5>
141141
<footer>
142142
<span class="no-break">
143143
hypertrack_plugin
144-
2.0.0
144+
2.0.1
145145
</span>
146146

147147

docs/data_types_location/Location-class.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h5>location library</h5>
167167
<footer>
168168
<span class="no-break">
169169
hypertrack_plugin
170-
2.0.0
170+
2.0.1
171171
</span>
172172

173173

docs/data_types_location/Location/Location.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h5>Location class</h5>
118118
<footer>
119119
<span class="no-break">
120120
hypertrack_plugin
121-
2.0.0
121+
2.0.1
122122
</span>
123123

124124

docs/data_types_location/Location/latitude.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h5>Location class</h5>
117117
<footer>
118118
<span class="no-break">
119119
hypertrack_plugin
120-
2.0.0
120+
2.0.1
121121
</span>
122122

123123

docs/data_types_location/Location/longitude.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h5>Location class</h5>
117117
<footer>
118118
<span class="no-break">
119119
hypertrack_plugin
120-
2.0.0
120+
2.0.1
121121
</span>
122122

123123

0 commit comments

Comments
 (0)