Skip to main content
Visitor II
June 28, 2024
Solved

Is there a ST25DV SDK for Flutter OR API to Flutter

  • June 28, 2024
  • 1 reply
  • 757 views

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

    This topic has been closed for replies.
    Best answer by Damien G.

    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 

     

     

    1 reply

    Damien G.Answer
    ST Employee
    July 8, 2024

    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