I was asked to wrap the Nordic API SDK, which is made in Java, to use it in a Flutter/Dart app. However, I’m struggling to do it, so I’m asking if someone could help me. I’ve never worked with Java code before, so I don’t understand what I’m trying to do.
the lib i trying to use : https://github.com/NordicID/nur_sdk/tree/master/java
I tried to create a bridge between Java and Dart using MethodChannel, but I keep getting different errors each time. What keeps coming up are integration issues with the library.
Mathis BATAILLER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.