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

outdated

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

HyperTrack SDK Flutter plugin #

GitHub Pub Version iOS SDK Android SDK

HyperTrack lets you add live location tracking to your mobile app in a reliable and battery efficient way.

HyperTrack SDK Flutter plugin is a wrapper around native iOS and Android SDKs that allows to integrate them into Flutter apps.

For information about how to get started with HyperTrack SDK for Flutter, please visit this HyperTrack Guide.

How to update HyperTrack SDK version? #

  1. Update SDK constant

    • android
      • android/build.gradle
        • implementation 'com.hypertrack:hypertrack:version
    • ios
      • hypertrack_plugin.podspec
        • s.dependency 'HyperTrack/Objective-C', 'version'
  2. Increment wrapper version

    • pubspec.yaml
      • version
  3. Update CHANGELOG

  4. Update badge in README

  5. Commit and create a version tag (without v)

  6. Push

  7. Create a release

    • Release title - version
  8. Publish Flutter package

    1. flutter pub publish --dry-run
      • to test is everything OK with release
    2. flutter pub publish
10
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on hypertrack_plugin