2024-06-27 10:29 PM
Is there a ST25DV SDK for Flutter?flutter api or ST25DV api? how to read and write ST25DV/NFC
Solved! Go to Solution.
2024-07-08 06:21 AM
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
2024-07-08 06:21 AM
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