rfid_flutter_core 0.1.0-dev.5
rfid_flutter_core: ^0.1.0-dev.5 copied to clipboard
Core interfaces, data classes, and enums for RFID Flutter packages. Provides the foundation for RFID reader implementations.
RFID Flutter Core #
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.
This plugin is intended only for a specific, pre-integrated device environment and is not a general-purpose RFID plugin; unvalidated devices may not function. Integrate with caution.
✨ 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';
🔗 Related Packages #
- 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.