Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semlette committed Jul 18, 2019
1 parent 9968acf commit ea857fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0

* Added `id` property to `NDEFMessage` which contains the NFC tag's UID
* Support for more card types on Android

## 1.1.1

* Bugfix: Android sessions are now closed properly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Add `nfc_in_flutter` to your `pubspec.yaml`

```yaml
dependencies:
nfc_in_flutter: ^1.1.1
nfc_in_flutter: ^1.2.0
```
### iOS
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.1"
version: "1.2.0"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nfc_in_flutter
description: Flutter plugin to read NFC tags on both Android and iOS. Currently it only supports reading NDEF formatted tags.
version: 1.1.1
version: 1.2.0
author: Andi Robin Halgren Semler <[email protected]>
homepage: https://github.com/semlette/nfc_in_flutter
repository: https://github.com/semlette/nfc_in_flutter
Expand Down

0 comments on commit ea857fa

Please sign in to comment.