gms_flutter_nfc_kit 3.6.1 copy "gms_flutter_nfc_kit: ^3.6.1" to clipboard
gms_flutter_nfc_kit: ^3.6.1 copied to clipboard

Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gms_flutter_nfc_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gms_flutter_nfc_kit: ^3.6.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gms_flutter_nfc_kit/flutter_nfc_kit.dart';
import 'package:gms_flutter_nfc_kit/flutter_nfc_kit.g.dart';
import 'package:gms_flutter_nfc_kit/flutter_nfc_kit_web.dart';
import 'package:gms_flutter_nfc_kit/webusb_interop.dart';
0
likes
135
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

Provide NFC functionality on Android, iOS & Web, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards

Documentation

API reference

License

MIT (license)

Dependencies

convert, flutter, flutter_web_plugins, json_annotation, logging, ndef

More

Packages that depend on gms_flutter_nfc_kit

Packages that implement gms_flutter_nfc_kit