Releases: hypertrack/sdk-flutter
Releases · hypertrack/sdk-flutter
3.0.3
3.0.2
3.0.1
3.0.0
Changed
Order.isInsideGeofenceis now an async fuction that returns the value at the moment when it called (instead of the constant value at the time ofgetOrdersbeing called)- Updated HyperTrack SDK iOS to 5.11.0
- Updated HyperTrack SDK Android to 7.11.0
Fixed
- Wrong order of Orders in
HyperTrack.getOrders()on iOS - Error on
HyperTrack.getOrders()/HyperTrack.subscribeToOrders()on Android when assigning multiple orders to the worker
2.7.0
Added
- New
HyperTrack.allowMockLocationandHyperTrack.setAllowMockLocation()methods which can be used to allow mocking location data.- Check the Test with mock locations guide for more information.
- Note: To avoid issues related to race conditions in your code use this API only if modifying the compiled
HyperTrackAllowMockLocationAndroidManifest.xml/Info.plist value is insufficient for your needs.- Example: if for some reason you aren't able to recompile with
HyperTrackAllowMockLocationset toYES/truefor your prod app QA mock location tests and need to set up the value in runtime.
- Example: if for some reason you aren't able to recompile with
- Note: To avoid issues related to race conditions in your code use this API only if modifying the compiled
- Check the Test with mock locations guide for more information.
- Gradle 8 support