Issue
I am using a library which is ics open vpn it is for Android it contains some CPP files but I am a flutter developer CPP files are not supported directly on flutter that's why there are many projects on GitHub in which they have compiled the CPP files into lib.so files it is working perfectly with flutter how to do that ?(https://i.stack.imgur.com/lKYBi.png)
Here is a project in which a developer did that lib.so files
Solution
But cpp or c++ when compiling becomes lib.so file The project on github is ready and prepared to be compiled, export it to android studio and compile the project, in the end a lib.so file will appear.
Answered By - Jordy Answer Checked By - Katrina (WPSolving Volunteer)