You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,18 @@
1
+
## 5.4.0 - 18 Feb 2026
2
+
3
+
-[**Beta**] Adds federated plugin architecture with platform-specific packages (`nutrient_flutter_platform_interface`, `nutrient_flutter_android`, `nutrient_flutter_ios`, `nutrient_flutter_web`) for native SDK bindings via JNI (Android), FFI (iOS), and `dart:js_interop` (Web). Refer to the [platform adapters](/guides/flutter/platform-adapters/) guide for details. (J#HYB-895)
4
+
-[**Beta**] Adds platform adapter APIs (`NutrientPlatformAdapter`, `NutrientController`, `NutrientViewHandle`), enabling direct native SDK access alongside the existing Pigeon-based API. (J#HYB-895)
- Adds the `ThemeConfiguration` class to `PdfConfiguration` for configuring the viewer’s theme, including support for light, dark, and custom themes. (J#HYB-947)
7
+
- Updates web conditional exports to use `dart.library.js_interop`, replacing the deprecated `dart.library.html`. (J#HYB-895)
8
+
- Fixes an Android crash when using the `startPage` configuration option. (J#HYB-948)
9
+
- Fixes an iOS issue where `iOSRightBarButtonItems` and `iOSLeftBarButtonItems` weren’t displayed. (J#HYB-948)
10
+
11
+
1
12
## 5.3.1 - 26 Jan 2026
2
13
3
-
- Fixes an Android crash when adding image annotations with the `annotationsCreated` event listener active. (#50400)
4
-
- Fixes a type cast error when parsing `GoToAction` link annotations with integer parameters.
14
+
- Fixes an Android crash when adding image annotations with the `annotationsCreated` event listener active. (#50437)
15
+
- Fixes a type cast error when parsing `GoToAction` link annotations with integer parameters. (#50437)
5
16
6
17
## 5.3.0 — 22 Jan 2026
7
18
@@ -19,6 +30,7 @@
19
30
- Updates to Nutrient iOS SDK 26.4.0.
20
31
- Updates to Nutrient Android SDK 10.10.1.
21
32
- Fixes an Android issue where the PDF view was hidden behind the keyboard when editing form fields. (J#HYB-929)
33
+
- Adds `enableFormEditing` configuration option to `PdfConfiguration` for controlling form field editing independently from annotation editing on iOS and Android. (J#HYB-925)
0 commit comments