Skip to content

Releases: hypertrack/sdk-flutter

3.0.3

03 Oct 14:22
5cbe4b2

Choose a tag to compare

Changed

  • Updated HyperTrack SDK Android to 7.12.0

3.0.2

07 Mar 16:48
b6178d9

Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.11.2
  • Updated HyperTrack SDK Android to 7.11.3

3.0.1

05 Mar 15:12
9fa4ce5

Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.11.1
  • Updated HyperTrack SDK Android to 7.11.2

3.0.0

06 Feb 19:26
922b47b

Choose a tag to compare

Changed

  • Order.isInsideGeofence is now an async fuction that returns the value at the moment when it called (instead of the constant value at the time of getOrders being 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

05 Mar 15:12
655dfb7

Choose a tag to compare

Added

  • New HyperTrack.allowMockLocation and HyperTrack.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 HyperTrackAllowMockLocation AndroidManifest.xml/Info.plist value is insufficient for your needs.
        • Example: if for some reason you aren't able to recompile with HyperTrackAllowMockLocation set to YES/true for your prod app QA mock location tests and need to set up the value in runtime.
  • Gradle 8 support

Changed

  • Updated HyperTrack SDK iOS to 5.10.0
  • Updated HyperTrack SDK Android to 7.10.0

2.6.1

05 Dec 19:45
b6b684c

Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.9.1
  • Updated HyperTrack SDK Android to 7.9.1

2.6.0

22 Nov 19:06
074c963

Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.9.0
  • Updated HyperTrack SDK Android to 7.9.0

2.5.2

13 Nov 14:54
d1840d0

Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.8.1
  • Updated HyperTrack SDK Android to 7.8.4

2.5.1

25 Sep 14:31
4679e1f

Choose a tag to compare

Changed

  • Updated HyperTrack SDK Android to 7.8.3

2.5.0

12 Sep 16:31
6d05f9b

Choose a tag to compare

Added

  • Support for Motion & Activity detection
    • If your app asks for permission and the user grants it, you will have better activity detection in polylines

Changed

  • Updated HyperTrack SDK iOS to 5.8.0
  • Updated HyperTrack SDK Android to 7.8.2