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

Heap manual track SDK for Flutter apps on iOS, Android, and macOS.

Changelog #

All notable changes to this project will be documented in this file.

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

0.3.0 #

Updated #

  • Incremented the minimum supported Flutter version to 3.16.9.

0.2.0 #

Updated #

  • Incremented [HeapSwiftCore] to 0.8. The minimum deployment targets have increased to macOS 11 and iOS 13.

0.1.5 #

Updated #

  • Incremented [HeapSwiftCore] to 0.7.2

0.1.4 #

Added #

  • Exposed trackPageView and trackInteraction method for manual capture.

Fixed #

  • Improved iOS bridge data serialization

0.1.3 #

Fixed #

  • Updated Android package declaration to prevent errors in Gradle 8.

0.1.2 #

Fixed #

  • Calling stopRecording no longer returns an error.

0.1.1 #

Added #

  • Added inline documentation.
  • Exposed setLogLevel on the Heap object itself.

0.1.0 #

Added #

  • Manual capture SDK.
  • Support for native platforms: macOS, iOS, Android