2021-05-11 05:24 AM
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?
Solved! Go to Solution.
2021-05-18 02:10 AM
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
2021-05-18 02:10 AM
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
2024-05-14 12:12 AM
Is there anything new for the flutter/dart version?