nfc_check 1.0.0 copy "nfc_check: ^1.0.0" to clipboard
nfc_check: ^1.0.0 copied to clipboard

PlatformAndroid

A Flutter plugin to check for NFC and HCE support on Android devices, and open NFC settings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nfc_check

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

dependencies:
  nfc_check: ^1.0.0

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:nfc_check/nfc_check.dart';
0
likes
150
points
154
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to check for NFC and HCE support on Android devices, and open NFC settings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nfc_check

Packages that implement nfc_check