Release Notes - Flutter
2026
Jun
0.0.14
Bug-FixesEnhancementsNew enhancements
- Introduced the API Call Tracking that reports network requests to the Apptics dashboard as performance metrics, including success rate, latency, and status codes for each endpoint.
- Supported integration strategies include:
- Auto tracking (HttpOverrides): One-line setup that captures all dart:io network traffic.
- Dio interceptor: Integration support for Dio-based projects.
- http.BaseClient wrapper: Integration support for applications using the http package.
- Manual tracking: Track API calls using AppticsApiTracker (startApiTracking, endApiTracking, and trackApiCall).
Fixes
- Fixed the iOS podspec to include the required AppticsApiTracker dependency.
- Improved API latency measurement on iOS by restructuring the platform channel to use startApiTracking and endApiTracking.
- Fixed iOS API tracking to invoke the correct native method for latency capture.
- Fixed an issue where HttpOverrides reported HTTPS requests as HTTP when using host/port/path overloads.
- Fixed an unused catch stack-trace variable reported by pub analyze.
Apr
0.0.13
EnhancementsEnhancements:
- Enabled 'setUserWithProperty' method to set user with properties (email, name, etc.).
- Added 'getUserProperties' method to retrieve current user properties.
- Added carousel push notification support on iOS.
0.0.12
EnhancementsEnhancements:
- Implemented Apptics push notification module.
2025
Jul
0.0.11
EnhancementsEnhancements:
- Added groupId parameter support to the setUser method.
- Added support for removeUser method.
Bug fixes:
- Fixed non-fatal API issue in iOS.
Jun
0.0.10
Bug-FixesBug fixes:
- Fixed FlutterView import and updated Flutter SDK constraint.
May
0.0.9
Bug-FixesBug fixes:
- Fixed RemoteConfig default enable option.
2024
Sep
0.0.8
FeaturesFeatures:
- Implemented Apptics feedback module.
- Implemented Apptics ANR tracking module for Android.
Jun
0.0.7
EnhancementsEnhancements:
- Implemented defined events
- Implemented flush method for events, screens, and sessions for Android.
- Removed setDisableIfNotInstalledFromPlayStore method and disableIfNotInstalledFromPlayStore variable, which is handled in the native SDK.
Apr
0.0.6
New Features:
- Introducing crash reporting
0.0.5
EnhancementsEnhancements:
- Implemented new custom property segregation in events.
- Implemented flush method in iOS, responsible for sending all stats to the server including events, sessions, and screens.
Mar
0.0.4
Bug-FixesBug fixes:
- Fixed properties optional param issue in addEvent method.
2023
Dec
0.0.3
FeaturesFeatures:
- Introduced remote configuration.
- Introduced in-app ratings.
Aug
0.0.2
FeaturesFeatures:
- Introduced in-app updates
Jan
0.0.1
FeaturesFeatures:
- Introduced in-app events.
- Introduced screens.
- Introduced sessions.