cancel
Showing results for 
Search instead for 
Did you mean: 

porting ST25dv sdk to Flutter?

BRonc.1
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Damien G.
ST Employee

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

View solution in original post

2 REPLIES 2
Damien G.
ST Employee

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

Is there anything new for the flutter/dart version?