Flutter Changelog
All notable changes to Heap Flutter libraries will be documented in this file. For steps to install Heap on Flutter, see the Flutter quick start guide.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Flutter Bridge Changelog
[0.3.0] - 2025-05-09
Changed
- Incremented the minimum supported Flutter version to 3.16.9.
[0.2.0] - 2025-02-26
Changed
- Incremented HeapSwiftCore to
0.8.0
. As a result, the minimum deployment targets have increased to macOS 11 and iOS 13.
[0.1.5] - 2025-02-26
Changed
- Incremented HeapSwiftCore to
0.7.2
.
[0.1.4] - 2025-01-10
Added
- Exposed
trackPageview
andtrackInteraction
for future autocapture support.
Fixed
- Fixed a bug in iOS bridge data serialization that could lead to a crash.
[0.1.3] - 2024-04-03
Fixed
- Updated the Android package declaration to prevent dependency errors in Gradle 8.
[0.1.2] - 2023-06-22
Fixed
- Calling
stopRecording
no longer causes an error.
[0.1.1] - 2023-04-05
Added
- SDK now contains inline documentation for API methods.
- Exposed
setLogLevel
on the Heap object.
[0.1.0] - 2023-03-10
Added
- Initial release of manual tracking support for Flutter apps on macOS, iOS, and Android.
Flutter Autocapture Changelog
[0.1.0] - 2025-05-09
Added
- Initial release of autocapture support for Flutter applications.
- Support for automatic pageview tracking using GoRouter.
Updated about 4 hours ago