cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a ST25DV SDK for Flutter OR API to Flutter

AcTEC2024
Associate

Is there a ST25DV SDK for Flutter?flutter api or ST25DV api? how to read and write ST25DV/NFC

1 REPLY 1
Damien G.
ST Employee

Hello,

The ST25 SDK is only available in Java (can be translated to Swift for iOS) for smartphone or PC app development.
Unfortunately, there is no Flutter support. However, I found this page where it looks like integrating Java code in your Dart program could be possible:
https://docs.flutter.dev/platform-integration/platform-channels

I haven't tried personally, having no experience in Flutter but it looks possible to call the Java ST25SDK.

Best regards,
Damien