rfid_flutter_core 0.1.1
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 #
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';
🔗 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.