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

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semlette committed Mar 9, 2020
1 parent 084fd2b commit 7099b24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## 2.0.4

- CoreNFC is now a `weak_framework`. This should fix a crash on iOS devices that doesn't support NFC. (credit to GitHub user @mxpazyj)
- Added `alertMessage` argument to `readNDEF()`. This controls the message on the iOS NFC modal. (credit to GitHub user @dghilardi)
- Actually fixed `NDEFRecord.languageCode` being ignored when writing
- Support for reading and writing to empty tags on Android
- Fixed CoreNFC crashing after cancelling reading multiple times in a row (credit to GitHub user @martyfuhry)

## 2.0.3

- Fixed `NDEFRecord.languageCode` being ignored when writing
- ~~Fixed `NDEFRecord.languageCode` being ignored when writing~~

## 2.0.2

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.3"
version: "2.0.4"
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 and write NFC tags on both Android and iOS. Currently it only supports reading NDEF formatted tags.
version: 2.0.3
version: 2.0.4
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 7099b24

Please sign in to comment.