PackageTrack
Sign in Get early access

terra_flutter_bridge

Terra Flutter bridge to connect to TerraiOS and TerraAndroid.

0.11.0 4.2K downloads/mo #4105 most downloaded on pub.dev tryterra/terra-flutter

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 2 weeks

Most releases are documented

notes for 49 of 68 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

107 releases · first in 2022

34 releases in the last 12 months

see the full history below

Release timeline

107 releases · Jun 2022 to Aug 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 107
  1. 0.11.0 21 Aug 2026
    Release notes

    release: terra_flutter_bridge 0.11.0 — TerraiOS ~> 1.9.1 [ZD 6317] (#34)

    Open source →
    Release notes
    • Bump TerraiOS SDK to ~> 1.9.1 (from ~> 1.7.10) — upgrade recommended for all iOS users.
      • Fixes background Apple Health data being lost permanently. A background wake that could not publish (device locked, or the upload failed) still drained the pending cache and advanced the HealthKit anchors, so the skipped samples were discarded and never re-read — the device went silent and stayed silent. Reads are now deferred and replayed on unlock, and the caches and anchors are only retired once the data is actually on the wire (ZD 6317).
      • Guards a crash on HealthKit unit conversion for BMI and other body quantities.
      • initTerra on iOS can now return success: false with an error for Apple Health. HealthKit authorisation failures previously never reached the caller, so this path never fired.
      • Apple Health init no longer hangs forever if HealthKit never calls back; it times out after 60s and reports a failure.
      • Adds the healthObservation data type (raw HealthKit sample push). Requested only when the scope is enabled for your developer account, so no new HealthKit prompt for existing apps.
      • Daily samples that cross midnight are attributed to the day they start.
    Open source →
  2. 0.10.1 04 Aug 2026
    Release notes

    terra_flutter_bridge 0.10.1

    Open source →
    Release notes
    • Android: fix a NullPointerException in onDetachedFromEngine when the plugin runs on a headless Flutter engine that never attaches an Activity, such as an FCM background isolate. The method channel is created in onAttachedToActivity, so it is null on that path.
    Open source →
  3. 0.10.0 27 Jul 2026
    Release notes
    • Bump TerraAndroid SDK to 1.7.2 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log) — fixes Android Health Connect data not syncing. Upgrade recommended for all Android users.
    • Android initTerra, initConnection and getUserId now return the real success value from the native SDK instead of always returning true.
      • Code that branches on success can now take failure paths that previously never fired.
    Open source →
  4. 0.9.4 30 Jun 2026
    Release notes
    • Bump TerraiOS SDK to ~> 1.7.10 — Apple Watch lap/segment fix: laps now follow the user's segment markers, with correct per-segment distance/pace/HR/power (ZD 5587).
    Open source →
  5. 0.9.3 24 Jun 2026
    Release notes
    • Bump TerraiOS SDK to ~> 1.7.9.
    Open source →
  6. 0.9.1 17 Apr 2026
    Release notes
    • Bump TerraiOS SDK to 1.7.1 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  7. 0.9.0 16 Apr 2026
    Release notes
    • Bump TerraiOS SDK to 1.7.0 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
      • Uses Swift 6
    Open source →
  8. 0.9.0-samsung.6-beta.9 03 Aug 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.9] bump android-sdk to 0.0.14-beta.9 (ship the …

    Open source →
  9. 0.9.0-samsung.6-beta.8 02 Aug 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.8] bump android-sdk to 0.0.14-beta.8 (backgroun…

    Open source →
  10. 0.9.0-samsung.6-beta.7 01 Aug 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.7] bump android-sdk to 0.0.14-beta.7 (sync star…

    Open source →
  11. 0.9.0-samsung.6-beta.6 01 Aug 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.6] bump android-sdk to 0.0.14-beta.6 (backgroun…

    Open source →
  12. 0.9.0-samsung.6-beta.5 31 Jul 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.5] bump android-sdk to 0.0.14-beta.5 (backend-s…

    Open source →
  13. 0.9.0-samsung.6-beta.4 31 Jul 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.4] bump android-sdk to 0.0.14-beta.4 (pull only…

    Open source →
  14. 0.9.0-samsung.6-beta.3 30 Jul 2026 pre-release
    Release notes

    [0.9.0-samsung.6-beta.3] bump android-sdk to 0.0.14-beta.3 (on-foregr…

    Open source →
  15. 0.9.0-samsung.6-beta.2 30 Jul 2026 pre-release

    Nothing published for this version

  16. 0.9.0-samsung.6-beta.1 30 Jul 2026 pre-release

    Nothing published for this version

  17. 0.9.0-samsung.6 04 Aug 2026 pre-release
    Release notes

    Same code Walter validated as 0.9.0-samsung.6-beta.9; only the version string and
    the Android SDK pin change, both from beta to the matching stable. None of the
    data-sdk merge work is included — that ships separately so this release carries
    no risk beyond what has already been signed off on device. (ZD #6130)

    Claude-Session: https://claude.ai/code/session_016DsgLL2qK8LBgbJY7Dzpvn

    Open source →
  18. 0.9.0-samsung.5 21 Jul 2026 pre-release

    Nothing published for this version

  19. 0.9.0-samsung.4 07 Jul 2026 pre-release

    Nothing published for this version

  20. 0.9.0-samsung.3 10 Jun 2026 pre-release

    Nothing published for this version

  21. 0.9.0-samsung.2 17 Apr 2026 pre-release

    Nothing published for this version

  22. 0.9.0-samsung.1 16 Apr 2026 pre-release

    Nothing published for this version

  23. 0.8.3 02 Mar 2026
    Release notes
    • Bump TerraiOS SDK to 1.6.32 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  24. 0.8.2 12 Feb 2026
    Release notes
    • Bump TerraiOS SDK to 1.6.31 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.6.3 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  25. 0.8.1 20 Nov 2025
    Release notes
    • Bump TerraiOS SDK to 1.6.30 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  26. 0.8.0 30 Jul 2025
    Release notes
    • Bump TerraAndroid SDK to 1.6.0 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
      • Permissions no longer get requested on initTerra.
    Open source →
  27. 0.8.0-samsung.10 05 Mar 2026 pre-release

    Nothing published for this version

  28. 0.8.0-samsung.9 02 Mar 2026 pre-release

    Nothing published for this version

  29. 0.8.0-samsung.8 26 Jan 2026 pre-release

    Nothing published for this version

  30. 0.8.0-samsung.7 21 Jan 2026 pre-release

    Nothing published for this version

  31. 0.8.0-samsung.6 06 Jan 2026 pre-release

    Nothing published for this version

  32. 0.8.0-samsung.4 29 Oct 2025 pre-release

    Nothing published for this version

  33. 0.8.0-samsung.3 28 Oct 2025 pre-release

    Nothing published for this version

  34. 0.8.0-samsung.2 23 Sep 2025 pre-release

    Nothing published for this version

  35. 0.8.0-samsung.1 02 Sep 2025 pre-release

    Nothing published for this version

  36. 0.7.9 15 Jul 2025
    Release notes
    • Bump TerraAndroid SDK to 1.5.10 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  37. 0.7.8 08 Jul 2025
    Release notes
    • Bump TerraiOS SDK to 1.6.28 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  38. 0.7.7 19 Jun 2025
    Release notes
    • Bump TerraAndroid SDK to 1.5.7 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  39. 0.7.6 20 May 2025
    Release notes
    • Bump TerraiOS SDK to 1.6.26 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  40. 0.7.5 16 May 2025
    Release notes
    • Bump TerraiOS SDK to 1.6.25 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.5.6 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  41. 0.7.4 05 Dec 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.24 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.5.3 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  42. 0.7.3 27 Nov 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.23 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  43. 0.7.2 07 Nov 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.22 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.5.2 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  44. 0.7.1 06 Nov 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.21 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.5.1 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →
  45. 0.7.0 09 Sep 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.19 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.5.0 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
      • Includes support for resource: HEALTH_CONNECT, allowing data aggregated over all sources
    Open source →
  46. 0.7.0-samsung.7 04 Aug 2025 pre-release

    Nothing published for this version

  47. 0.7.0-samsung.6 15 Jul 2025 pre-release

    Nothing published for this version

  48. 0.7.0-samsung.5 03 Jul 2025 pre-release

    Nothing published for this version

  49. 0.7.0-samsung.4 13 Nov 2024 pre-release

    Nothing published for this version

  50. 0.7.0-samsung.3 29 Aug 2024 pre-release

    Nothing published for this version

  51. 0.7.0-samsung.2 24 Jun 2024 pre-release

    Nothing published for this version

  52. 0.7.0-samsung.1 25 Apr 2024 pre-release

    Nothing published for this version

  53. 0.7.0-samsung 23 Apr 2024 pre-release

    Nothing published for this version

  54. 0.6.9 04 Sep 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.16 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  55. 0.6.8 29 Aug 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.16 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  56. 0.6.7 30 Jul 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.13 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.4.24 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
      • Added namespace to android build gradle
    Open source →
  57. 0.6.6 20 Jun 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.12 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  58. 0.6.5 19 Jun 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.11 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    Open source →
  59. 0.6.4 06 Jun 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.10 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump dependency http to 1.1.0
    Open source →
  60. 0.6.3 25 Jan 2024
    Release notes
    • Bump TerraiOS SDK to 1.6.2 (https://github.com/tryterra/TerraiOS/wiki/Change-Log)
    • Bump TerraAndroid SDK to 1.4.23 (https://github.com/tryterra/TerraAndroid/wiki/Change-Log)
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive