Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.3] - 2026-05-12

### Fixed
- Fixed an issue where Ktor classes were getting stripped due to proguard rules.
- Fixed an issue related to blank user identifier in identification calls.
- Added a fix for masking stability during scrolls.
- Fixed an issue related to garbage characters in custom events.
- Fixed an issue with empty crash types in iOS.
- Fixed an issue with push notifications not being delivered in sandbox environments in iOS.

## [2.3.2] - 2026-04-28

### Changed
Expand Down
Binary file removed devrev_sdk_flutter-2.3.2.zip
Binary file not shown.
Binary file added devrev_sdk_flutter-2.3.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
devrev_sdk_flutter: ^2.3.2
devrev_sdk_flutter: ^2.3.3
cupertino_icons: ^1.0.8
firebase_core: ^3.12.1
firebase_app_installations: ^0.3.2+4
Expand Down
Loading