Skip to main content
Explorer
May 11, 2021
Solved

porting ST25dv sdk to Flutter?

  • May 11, 2021
  • 1 reply
  • 1386 views

Hi,

I would like to develop a simple application to read/write internal EEPROM of a ST25DV device. Is there a porting of the ST25dv sdk to Flutter?

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

    Hello,

    porting the Java ST25SDK to Flutter would require a version written in the Dart programming language. and there is no such plan for the moment.

    Because the st25sdk is not a graphic library, maybe there is a way to import the native code to Flutter directly?

    Regards,

    Damien

    1 reply

    Damien G.Answer
    ST Employee
    May 18, 2021

    Hello,

    porting the Java ST25SDK to Flutter would require a version written in the Dart programming language. and there is no such plan for the moment.

    Because the st25sdk is not a graphic library, maybe there is a way to import the native code to Flutter directly?

    Regards,

    Damien

    Visitor II
    May 14, 2024

    Is there anything new for the flutter/dart version?