File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Flutter Mobile Security Toolkit Library Changelog
22===========================
33
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+
49# 1.0.0
510
611* Added Jailbreak detection
Original file line number Diff line number Diff line change 22
33![ License] ( https://img.shields.io/github/license/EXXETA/Flutter-Security-Toolkit.svg?style=flat-square )
44![ 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+ |
510
611![ Screenshot] ( ./doc/1.png )
712
@@ -36,7 +41,7 @@ Add the following to your `pubspec.yaml`:
3641
3742```
3843dependencies:
39- flutter_security_toolkit: ^1.0.0
44+ flutter_security_toolkit: ^1.0.1
4045```
4146
4247## Usage
You can’t perform that action at this time.
0 commit comments