rfid_flutter_core 0.1.0-dev.3 copy "rfid_flutter_core: ^0.1.0-dev.3" to clipboard
rfid_flutter_core: ^0.1.0-dev.3 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.

✨ 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

📖 Basic Usage #

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
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on rfid_flutter_core