Skip to content

Commit d170aaf

Browse files
chore(release): 4.4.0 \n\n## [4.4.0](v4.3.0...v4.4.0) (2025-10-28)
### Features * use Fingerprint Pro Android v2.11.0 ([f4266ff](f4266ff)) * use Fingerprint Pro iOS v2.11.0 ([0d692d9](0d692d9)) ### Supported Native SDK Version Range * Fingerprint Android SDK Version Range: **`>= 2.11.0 and < 2.12.0`** * Fingerprint iOS SDK Version Range: **`>= 2.11.0 and < 2.12.0`**
1 parent dece0c2 commit d170aaf

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [4.4.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v4.3.0...v4.4.0) (2025-10-28)
2+
3+
4+
### Features
5+
6+
* use Fingerprint Pro Android v2.11.0 ([f4266ff](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/f4266ffb2a3607ff819d0fa23ad17a6f938b6386))
7+
* use Fingerprint Pro iOS v2.11.0 ([0d692d9](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/0d692d938a3c9a8066707eb753348708c2a94670))
8+
9+
10+
11+
### Supported Native SDK Version Range
12+
13+
* Fingerprint Android SDK Version Range: **`>= 2.11.0 and < 2.12.0`**
14+
* Fingerprint iOS SDK Version Range: **`>= 2.11.0 and < 2.12.0`**
15+
116
## [4.3.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v4.2.0...v4.3.0) (2025-09-23)
217

318

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies:
5858
flutter:
5959
sdk: flutter
6060
...
61-
fpjs_pro_plugin: ^4.3.0
61+
fpjs_pro_plugin: ^4.4.0
6262
```
6363
6464
Run `flutter pub get` to download and install the package.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
apply from: 'fingerprint.gradle'
77

88
group 'com.fingerprintjs.flutter.fpjs_pro.fpjs_pro_plugin'
9-
version '4.3.0'
9+
version '4.4.0'
1010

1111
rootProject.allprojects {
1212
repositories {

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ packages:
110110
path: ".."
111111
relative: true
112112
source: path
113-
version: "4.3.0"
113+
version: "4.4.0"
114114
geolocator:
115115
dependency: "direct main"
116116
description:

lib/fpjs_pro_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:fpjs_pro_plugin/region.dart';
88
import 'package:fpjs_pro_plugin/result.dart';
99

1010
// Update it on each release
11-
const pluginVersion = '4.3.0';
11+
const pluginVersion = '4.4.0';
1212

1313
/// A plugin that accesses native FingerprintJS Pro libraries to get a device identifier
1414
class FpjsProPlugin {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fpjs_pro_plugin
22
description: Flutter plugin that can be used in an application to call the native FingerprintJS Pro libraries and identify devices.
3-
version: 4.3.0
3+
version: 4.4.0
44
homepage: https://fingerprint.com
55
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter
66

0 commit comments

Comments
 (0)