I am creating an app in flutter and want to integrate the RFD8500 SDK into flutter but there is no SDK for flutter as of now. So I am writing the code in native android and calling it through flutter using Method Channel.
https://docs.flutter.dev/development/platform-integration/platform-chan…
Currently RFD8500 SDK handles the scanning for the handheld and connection part, is there any way I will scan for available devices and connect it with the bluetooth device address?
Thanks
2 Replies
Hi,
I believe you could use standard Android APIs (as referenced here: https://stackoverflow.com/questions/16902500/connect-to-device-with-blu…) to connect the reader to the device - however, to perform any SDK functions you will need to use the APIs available within the SDK as you've been doing.
Hi,
Is there any sdk available for fluttter to read the RFID