Skip to content

Commit a1a25ff

Browse files
chore(release): 4.2.0 \n\n## [4.2.0](v4.1.0...v4.2.0) (2025-09-08)
### Features * use Fingerprint Pro Android v2.10.0 ([ef9e8fa](ef9e8fa)) * use Fingerprint Pro iOS v2.10.0 ([bd0ae3b](bd0ae3b)) ### Supported Native SDK Version Range * Fingerprint Android SDK Version Range: **`>= 2.10.0 and < 2.11.0`** * Fingerprint iOS SDK Version Range: **`>= 2.10.0 and < 2.11.0`**
1 parent 5d8e345 commit a1a25ff

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.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v4.1.0...v4.2.0) (2025-09-08)
2+
3+
4+
### Features
5+
6+
* use Fingerprint Pro Android v2.10.0 ([ef9e8fa](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/ef9e8fae9b9bab6d2d903bfc762a615778c0c7d8))
7+
* use Fingerprint Pro iOS v2.10.0 ([bd0ae3b](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/commit/bd0ae3b7883ca0dc1198a3638e235786fded82e0))
8+
9+
10+
11+
### Supported Native SDK Version Range
12+
13+
* Fingerprint Android SDK Version Range: **`>= 2.10.0 and < 2.11.0`**
14+
* Fingerprint iOS SDK Version Range: **`>= 2.10.0 and < 2.11.0`**
15+
116
## [4.1.0](https://github.com/fingerprintjs/fingerprintjs-pro-flutter/compare/v4.0.1...v4.1.0) (2025-08-25)
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.1.0
61+
fpjs_pro_plugin: ^4.2.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.1.0'
9+
version '4.2.0'
1010

1111
rootProject.allprojects {
1212
repositories {

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "4.1.0"
97+
version: "4.2.0"
9898
leak_tracker:
9999
dependency: transitive
100100
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.1.0';
11+
const pluginVersion = '4.2.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.1.0
3+
version: 4.2.0
44
homepage: https://fingerprint.com
55
repository: https://github.com/fingerprintjs/fingerprintjs-pro-flutter
66

0 commit comments

Comments
 (0)