File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
Flutter Mobile Security Toolkit Library Changelog
2
2
===========================
3
3
4
+ # 1.0.1
5
+
6
+ * Updated to respective 1.0.1 version of both Android and iOS libraries
7
+ * Using Cocoapod dependency for iOS, instead of .xcframework
8
+
4
9
# 1.0.0
5
10
6
11
* Added Jailbreak detection
Original file line number Diff line number Diff line change 2
2
3
3
![ License] ( https://img.shields.io/github/license/EXXETA/Flutter-Security-Toolkit.svg?style=flat-square )
4
4
![ Release] ( https://img.shields.io/github/release/EXXETA/Flutter-Security-Toolkit.svg?style=flat-square )
5
+ [ ![ pub package] ( https://img.shields.io/pub/v/flutter_security_toolkit.svg?style=flat-square )] ( https://pub.dev/packages/flutter_security_toolkit )
6
+
7
+ | | Android | iOS |
8
+ | -------------| ---------| -------|
9
+ | ** Support** | SDK 28+ | 13.0+ |
5
10
6
11
![ Screenshot] ( ./doc/1.png )
7
12
@@ -36,7 +41,7 @@ Add the following to your `pubspec.yaml`:
36
41
37
42
```
38
43
dependencies:
39
- flutter_security_toolkit: ^1.0.0
44
+ flutter_security_toolkit: ^1.0.1
40
45
```
41
46
42
47
## Usage
You can’t perform that action at this time.
0 commit comments