- Upgrade Flutter.
- Fix analyze issues.
- Fix iOS background isolate issue.
- Add namespace to Gradle for Android.
- Rebuild projects on Flutter stable channel.
- Added
invalidateAfterFirstRead
argument tostartSession
. This enablesrestartPolling
on iOS.
- Fix build issues.
- Upgrade kotlin version.
-
Fix Null-Safety related issues. The following properties are now nullable.
IsoDep#hiLayerResponse
IsoDep#historicalBytes
Iso7816#historicalBytes
Iso7816#applicationData
MiFare#historicalBytes
- Update doc.
- Flutter format.
- Upgrade to null safety.
- Fix type conversion errors in
FeliCa#readWithoutEncryption
andFeliCa#requestServiceV2
.
- Fix a bug in calling
FeliCa.sendFeliCaCommand
method.
- Update README.
- Fix an error when initializing plugin for non-NFC Android devices.
- Update doc.
- Flutter format.
- Update doc.
Has many breaking changes.
- Remove
startNdefSession
andNdefDiscoveredCallback
. - Rename
startTagSession
tostartSession
. - Rename
TagPollingOption
toNfcPollingOption
. - Rename
NfcSessionError
toNfcError
. - Rename
NfcSessionErrorType
toNfcErrorType
. - Rename
TagDiscoveredCallback
toNfcTagCallback
. - Rename
NfcSessionErrorCallback
toNfcErrorCallback
. - Rename
ISO15693
toIso15693
. - Rename
ISO7816
toIso7816
. - Rename
fromTag
tofrom
. (e.g.MiFare.fromTag(tag)
->MiFare.from(tag)
) - Add
NdefTypeNameFormat
enum. - Add
NdefFormatable
,MifareClassic
andMifareUltralight
classes. - Add
Ndef#read
method. - Add command-implementations for
FeliCa
andIso15693
. - Upgrade flutter environment.
- Update README.
- Update README.
- Update README.
- Update README.
- Fix crash on Ndef write and writeLock error.
- Fix a bug where the error callback was not called.
- Add callback to handle error from session.
- Make discovered callback async.
- Update readme.
- Add constants.
- Fix misspelled name.
- Fix xcode build warning.
- Increase the Flutter SDK requirement to ^1.10.0.
- Fix error on invoking transceive method.
- Add platform-specifc-tag operations.
- Remove
NfcSessionType
enum. - Migrate to pubspec platforms manifest.
- More consistent naming.
- Update flutter project files.
- Additional fix for migration to AndroidX.
- Migrate to AndroidX.
- Fix typo on README
- Update README
- Rename
NfcNdef#cachedNdef
toNfcNdef#cachedMessage
. - Add
NfcSessionType
enum. - Add
NfcTagPollingOption
enum.
- Add
NdefRecord#createMimeRecord
. - Add optional parameters
alertMessageIOS
anderrorMessageIOS
displayed in iOS system UI. - Fix error on deserializing null message on dart side.
- Split
startSession
intostartNdefSession
andstartTagSession
. - Improve doc.
- Fix crash on serializing nil message on ios side.
- Add example project.
- Improve doc.
- Improve doc.
- Improve doc.
- Add iOS 13 features.
- Initial release.