All Projects → c16a → flutter-nfc

c16a / flutter-nfc

Licence: MIT license
Flutter Android plugin for NFC

Programming Languages

kotlin
9241 projects
ruby
36898 projects - #4 most used programming language
dart
5743 projects
swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to flutter-nfc

flutter nfc kit
Flutter plugin to provide NFC functionality on Android and iOS, including reading metadata, read & write NDEF records, and transceive layer 3 & 4 data with NFC tags / cards
Stars: ✭ 119 (+750%)
Mutual labels:  nfc, flutter-plugin
Flutter Nfc Reader
Flutter NFC reader plugin for iOS and Android
Stars: ✭ 240 (+1614.29%)
Mutual labels:  nfc, flutter-plugin
flutter beacon
An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Stars: ✭ 92 (+557.14%)
Mutual labels:  flutter-plugin
Web Vuw
A Web View for flutter
Stars: ✭ 40 (+185.71%)
Mutual labels:  flutter-plugin
flutter vibration
Handle vibration on iOS and Android in Flutter apps
Stars: ✭ 146 (+942.86%)
Mutual labels:  flutter-plugin
amap all fluttify
高德地图 Flutter插件
Stars: ✭ 39 (+178.57%)
Mutual labels:  flutter-plugin
flutter-moum
Flutter를 좋아하는 사람들이 모여서 Flutter 관련 지식과 기술을 모음📚
Stars: ✭ 67 (+378.57%)
Mutual labels:  flutter-plugin
gen lang
gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
Stars: ✭ 94 (+571.43%)
Mutual labels:  flutter-plugin
simple beacons flutter
A flutter plugin project to range & monitor iBeacons.
Stars: ✭ 29 (+107.14%)
Mutual labels:  flutter-plugin
flutter mailer
A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
Stars: ✭ 43 (+207.14%)
Mutual labels:  flutter-plugin
HPlayer2
Modular Media Player for Raspberry Pi and more...
Stars: ✭ 28 (+100%)
Mutual labels:  nfc
pal-widgets
A collection of widgets for making amazing onboarding experience in your flutter applications
Stars: ✭ 21 (+50%)
Mutual labels:  flutter-plugin
flutter rtmppublisher
Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
Stars: ✭ 86 (+514.29%)
Mutual labels:  flutter-plugin
getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (+914.29%)
Mutual labels:  flutter-plugin
tangem-sdk-ios
The native Swift library for iOS platforms
Stars: ✭ 35 (+150%)
Mutual labels:  nfc
flutter-crisp
Flutter plugin for Crisp Chat
Stars: ✭ 18 (+28.57%)
Mutual labels:  flutter-plugin
nfc-manager
Flutter app for accessing the NFC features on Android and iOS.
Stars: ✭ 57 (+307.14%)
Mutual labels:  nfc
survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (+385.71%)
Mutual labels:  flutter-plugin
react-native-status-keycard
React Native library to interact with Status Keycard using NFC connection
Stars: ✭ 20 (+42.86%)
Mutual labels:  nfc
appmetrica sdk
A Flutter plugin for Yandex AppMetrica SDK, a marketing platform for app install attribution, app analytics, and push campaigns.
Stars: ✭ 15 (+7.14%)
Mutual labels:  flutter-plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].