hypertrack_plugin 2.1.2 copy "hypertrack_plugin: ^2.1.2" to clipboard
hypertrack_plugin: ^2.1.2 copied to clipboard

Flutter plugin for HyperTrack, a cross-platform location tracking solution for Android and iOS

Changelog #

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.1.2 - 2024-02-27 #

Changed #

  • Updated HyperTrack SDK Android to 7.4.3

2.1.1 - 2024-02-14 #

Changed #

  • Updated HyperTrack SDK iOS to 5.4.1
  • Updated HyperTrack SDK Android to 7.4.2

2.1.0 - 2024-01-29 #

Changed #

  • Updated HyperTrack SDK iOS to 5.4.0
  • Updated HyperTrack SDK Android to 7.4.0

2.0.4 - 2023-12-01 #

Changed #

  • Updated HyperTrack SDK iOS to 5.0.8
  • Updated HyperTrack SDK Android to 7.0.10
  • minSdkVersion from 23 to 19 for Android

2.0.3 - 2023-11-20 #

Changed #

  • Updated HyperTrack SDK iOS to 5.0.7
  • Updated HyperTrack SDK Android to 7.0.9

2.0.2 - 2023-11-10 #

Changed #

  • Updated HyperTrack SDK iOS to 5.0.6
  • Updated HyperTrack SDK Android to 7.0.8

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 #

  • locate() to ask for one-time user location
  • locationSubcription to subscribe to user location updates
  • errors getter
  • name getter
  • metadata getter
  • HyperTrackError types:
    • noExemptionFromBackgroundStartRestrictions
    • permissionsNotificationsDenied

Changed #

  • Updated HyperTrack Android SDK to 7.0.3
  • Add Android SDK plugins (location-services-google and push-service-firebase)
  • Updated HyperTrack iOS SDK to 5.0.2
  • The whole HyperTrack API is now static
  • Changed the way to provide publishableKey (
    • You need to add HyperTrackPublishableKey meta-data item to your AndroidManifest.xml and the same entry to Info.plist)
  • Renamed HyperTrackError types:
    • gpsSignalLost to locationSignalLost
    • locationPermissionsDenied to permissionsLocationDenied
    • locationPermissionsInsufficientForBackground to permissionsLocationInsufficientForBackground
    • locationPermissionsNotDetermined to permissionsLocationNotDetermined
    • locationPermissionsProvisional to locationPermissionsProvisional
    • locationPermissionsReducedAccuracy to permissionsLocationReducedAccuracy
    • locationPermissionsRestricted to permissionsLocationRestricted
  • Renamed setAvailability() to setIsAvailable(boolean)
  • Changed startTracking() and stopTracking() to setIsTracking(boolean)
  • Renamed onTrackingChanged to isTrackingSubscription
  • Renamed onAvailabilityChanged to isAvailableSubscription
  • Renamed onError to errorsSubscription
  • Renamed JSONValue to JSON

Removed #

  • initialize() method (the API is now static)
  • Motion Activity permissions are not required for tracking anymore
  • HyperTrackError types:
    • motionActivityPermissionsDenied
    • motionActivityServicesDisabled
    • motionActivityServicesUnavailable
    • motionActivityPermissionsRestricted
    • networkConnectionUnavailable
  • sync() method

1.1.3 - 2023-06-16 #

Changed #

  • Updated HyperTrack iOS SDK to 4.16.1

1.1.2 - 2023-06-14 #

Changed #

  • Updated HyperTrack Android SDK to 6.4.2
  • Updated Kotlin to 1.6.21

1.1.1 - 2023-06-01 #

Changed #

  • Updated HyperTrack iOS SDK to 4.16.0

1.1.0 - 2023-05-18 #

Added #

  • addGeotag with expected location
  • automaticallyRequestPermissions param to SDK initialization
  • JSONNull type to JSONValue

Changed #

  • Updated HyperTrack iOS SDK to 4.15.0

Fixed #

  • String representation of errors in subscribeToErrors result

1.0.0 - 2023-02-17 #

Changed #

  • Updated HyperTrack iOS SDK to 4.14.0
  • Updated HyperTrack Android SDK to 6.4.0
  • syncDeviceSettings() renamed to sync()
  • setDeviceName() renamed to setName()
  • setDeviceMetadata() renamed to setMetadata()
  • start() renamed to startTracking()
  • stop() renamed to stopTracking()

Added #

  • initialize() configuration params for
    • Debug logging
    • Background location permissions request for Android
    • Mock locations
  • onAvailabilityChanged stream
  • onError stream
  • Location result for addGeotag

Removed #

  • getLatestLocation()
  • allowMockLocations() (use initialize() param allowMockLocations instead)
  • enableDebugLogging() (use initialize() param loggingEnabled instead)
  • getRunnigStatus()
  • 'expectedLocation' param from 'addGeotag()'

0.4.3 - 2022-09-16 #

Changed

  • Android SDK updated to 6.3.0

0.4.2 - 2022-08-30 #

Changed

  • Android SDK updated to 6.2.2

0.4.1 - 2022-07-19 #

Changed

  • Android SDK updated to 6.2.0
  • iOS SDK updated to 4.12.3

0.4.0 - 2022-07-07 #

Changed

  • Android SDK updated to 6.1.4

0.3.1 - 2022-07-05 #

Fixed

  • Android null type safety plugin fixes

0.3.0 - 2021-11-17 #

Changed

  • Android SDK updated to 5.4.5

0.2.1 - 2021-07-07 #

Changed

  • No code changes. Package metadata was updated to improve scoring.

0.2.0 - 2021-07-07 #

Added

  • Dart nullability support added to comply with Flutter 2 requirements

Changed

  • Android SDK updated to 5.2.5

0.1.9 - 2021-05-07 #

Changed

  • Android SDK updated to 4.12.0

0.1.8 - 2021-04-07 #

Changed

  • Android SDK updated to 4.11.0

0.1.7 - 2020-12-24 #

Changed

  • Android SDK updated to 4.9.0
  • Firebase conflicts were fixed.

0.1.6 - 2020-12-23 #

Fixed

  • iOS plugin runtime error notification.

Changed

  • iOS SDK version updated to 4.7.0

0.1.5 - 2020-12-16 #

Fixed

  • iOS plugin, incorrect permissions_error notification.

0.1.4 - 2020-11-20 #

Fixed

  • Firebase tokens and messages forwarding.

Changed

  • iOS SDK version updated to 4.6.0

0.1.3 - 2020-11-02 #

Changed

  • Android SDK version updated to 4.8.0

0.1.2 - 2020-09-28 #

Changed

  • Android SDK version updated to 4.6.0

0.1.1 - 2020-06-18 #

Changed

  • Android SDK version updated to 4.4.1
  • setTripMarkerreplaced withaddGeotag`

0.1.0 - 2020-03-24 #

Added

  • Initial release.
10
likes
110
pub points
67%
popularity

Publisher

unverified uploader

Flutter plugin for HyperTrack, a cross-platform location tracking solution for Android and iOS

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hypertrack_plugin