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.5.0] - 2025-09-26
Changed
- Improve
HeapRedactwidget work.
[0.4.0] - 2025-07-22
Changed
- Add
@objcannotations to iOS classes to ensure they are exposed to Objective-C and give them a name that is stable across modules.
[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
trackPageviewandtrackInteractionfor future autocapture support. These methods are for internal Heap use only, customers should continue to use autocapture.
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
stopRecordingno longer causes an error.
[0.1.1] - 2023-04-05
Added
- SDK now contains inline documentation for API methods.
- Exposed
setLogLevelon 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.4.0] - 2025-09-4
Changed
- Updated dependencies.
[0.3.1] - 2025-08-21
Changed
- Improved logging.
[0.3.0] - 2025-08-19
Changed
- Expanded support for button types for
interactioncapturing.
[0.2.0] - 2025-07-22
Changed
- Add
@objcannotations to iOS classes to ensure they are exposed to Objective-C and give them a name that is stable across modules.
[0.1.0] - 2025-04-09
Added
- Initial release of
autocapturesupport for Flutter applications. - Support for automatic pageview tracking using GoRouter.
Flutter Autocapture AutoRoute Changelog
[0.2.0] - 2025-09-4
Changed
- Updated dependencies.
[0.1.0] - 2025-05-02
Added
- Initial release of
autocapturesupport for Flutter applications with AutoRoute package.
Updated 7 days ago