Skip to content

Commit 820e37c

Browse files
committed
chore: readme and changelog update
Signed-off-by: Denis Dobanda <[email protected]>
1 parent c5fd5f9 commit 820e37c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Flutter 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

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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
```
3843
dependencies:
39-
flutter_security_toolkit: ^1.0.0
44+
flutter_security_toolkit: ^1.0.1
4045
```
4146

4247
## Usage

0 commit comments

Comments
 (0)