rfid_flutter_core 0.1.1 copy "rfid_flutter_core: ^0.1.1" to clipboard
rfid_flutter_core: ^0.1.1 copied to clipboard

Core interfaces, data classes, and enums for RFID Flutter packages. Provides the foundation for RFID reader implementations.

RFID Flutter Core #

pub package

English | 中文文档

rfid_flutter_core is the foundational core package for the RFID Flutter plugin architecture, providing essential interfaces, data classes, enums, and utilities required for RFID operations.
This package does not implement specific business logic but provides unified interfaces and data structure definitions for other RFID implementation packages.

Refer to the RFID Documentation for details on the plugin’s interface design and usage if you are unfamiliar with RFID technology and related terminology.

Important Note: This plugin is designed exclusively for specific pre-adapted hardware environments and is not a universal RFID solution. Unverified devices may not be compatible. Please evaluate carefully before integration.

✨ Features #

📚 Core Interfaces #

  • RfidInterface: Defines complete RFID operation interfaces, including initialization, inventory, read/write, lock, kill and other functions
  • Unified operation interface: Provides consistent API for different hardware implementations

🚀 Getting Started #

Installation #

Add the following to your pubspec.yaml file:

dependencies:
  rfid_flutter_core: ^0.1.0

Then run:

flutter pub get

Import Package #

import 'package:rfid_flutter_core/rfid_flutter_core.dart';
  • rfid_flutter_android: RFID implementation package for the Android platform, supporting UART and URA4 related devices

📄 License #

This project is licensed under the BSD License. See the LICENSE file for details.

1
likes
140
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

Core interfaces, data classes, and enums for RFID Flutter packages. Provides the foundation for RFID reader implementations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on rfid_flutter_core