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