Recently I am trying to create a flutter plugin which will call some rust functions but I am not found proper solution to do that.
There are some pub.dev plugins which has only default flutter project examples. On the other hand I was try to use different approach to call rust code from mapped C file but this time ı couldnt add my rust library to CMakeLists.txt. So the question is there any recent document about it? Cause ı couldnt found any.