Skip to content

nukomeet/flutter-nfc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfc

Flutter plugin for reading NFC tags. Supports Android 6.0 and above.

Usage

To use this plugin, add nfc as a dependency in your pubspec.yaml file.

Also, remember to add <uses-permission android:name="android.permission.NFC" /> to your Android package's manifest file.

Example

import 'package:nfc/nfc.dart';

try {
    String tagData = await Nfc.readTag;
} on PlatformException {
}

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

About

Flutter Android plugin for NFC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 50.1%
  • Ruby 24.9%
  • Dart 15.0%
  • Swift 7.3%
  • Objective-C 2.7%