flutter_nfc_plugin 0.0.6 copy "flutter_nfc_plugin: ^0.0.6" to clipboard
flutter_nfc_plugin: ^0.0.6 copied to clipboard

outdated

Flutter NFC plugin project. Allowing to start you app within an NFC tag.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_nfc_plugin

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

dependencies:
  flutter_nfc_plugin: ^0.0.6

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:flutter_nfc_plugin/models/nfc_event.dart';
import 'package:flutter_nfc_plugin/models/nfc_message.dart';
import 'package:flutter_nfc_plugin/models/nfc_state.dart';
import 'package:flutter_nfc_plugin/nfc_plugin.dart';
11
likes
40
pub points
1%
popularity

Publisher

unverified uploader

Flutter NFC plugin project. Allowing to start you app within an NFC tag.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_nfc_plugin