Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.47 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.47 KB

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