Skip to content

Commit

Permalink
Fix errors serialization (#42)
Browse files Browse the repository at this point in the history
Update HyperTrack SDK iOS to 5.0.4 and Android to 7.0.6
  • Loading branch information
pavel-kuznetsov-hypertrack committed Oct 16, 2023
1 parent 10011a8 commit cfd10aa
Show file tree
Hide file tree
Showing 93 changed files with 109 additions and 92 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2023-10-16

### Changed

- Updated HyperTrack SDK iOS to 5.0.4
- Updated HyperTrack SDK Android to 7.0.6

### Fixed

- Error on calling `HyperTrack.errors`

## [2.0.0] - 2023-10-02

### Added
Expand Down Expand Up @@ -242,6 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[2.0.1]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.0.1

[2.0.0]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.0.0

[1.1.3]: https://github.com/hypertrack/sdk-flutter/releases/tag/1.1.3
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
disable 'InvalidPackage'
}
dependencies {
def hyperTrackVersion = "7.0.3"
def hyperTrackVersion = "7.0.6"
implementation "com.hypertrack:sdk-android:${hyperTrackVersion}"
implementation "com.hypertrack:location-services-google:${hyperTrackVersion}"
implementation "com.hypertrack:push-service-firebase:${hyperTrackVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ internal fun <T> WrapperResult<T>.sendAsFlutterResult(
flutterResult.success(this.success)
}

is List<*> -> {
flutterResult.success(this.success)
}

is NotImplemented -> {
flutterResult.notImplemented()
}
Expand Down
2 changes: 1 addition & 1 deletion docs/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h5><span class="package-name">hypertrack_plugin</span> <span class="package-kin
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_hypertrack_error/HyperTrackError.html
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ <h5>hypertrack_error library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h5>HyperTrackError enum</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h5>HyperTrackError enum</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h5>hypertrack_error library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/JSON.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/fromMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/fromString.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSON/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h5>JSON class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray/JSONArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONArray class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray/items.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONArray class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONArray/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h5>JSONArray class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool/JSONBool.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONBool class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h5>JSONBool class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONBool/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONBool class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNull-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNull/JSONNull.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h5>JSONNull class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNull/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h5>JSONNull class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber/JSONNumber.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONNumber class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h5>JSONNumber class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONNumber/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONNumber class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject/JSONObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONObject class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject/fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONObject class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONObject/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h5>JSONObject class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString/JSONString.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONString class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h5>JSONString class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/JSONString/value.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>JSONString class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/data_types_json-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_json/fromMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h5>json library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h5>location library</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location/Location.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h5>Location class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location/latitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>Location class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data_types_location/Location/longitude.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h5>Location class</h5>
<footer>
<span class="no-break">
hypertrack_plugin
2.0.0
2.0.1
</span>


Expand Down

0 comments on commit cfd10aa

Please sign in to comment.