flutter_ffi_test icon indicating copy to clipboard operation
flutter_ffi_test copied to clipboard

Add a new function

Open alionteo opened this issue 2 years ago • 2 comments

Hi, Very nice library, If I want to add a new function like minus(int a,int b) what should be process ?

alionteo avatar Mar 13 '23 08:03 alionteo

https://link.medium.com/xIxOAuZ87xb

This is the medium article that I wrote for the library. It explains setup for Linux, windows, macos.

icedman avatar Mar 13 '23 08:03 icedman

I am able to add a new function and it works fine, I would like to know can plz help me integrate proj.org libs which are basically c files and ultimately my goal is to connect proj.org library with flutter app. Thanks for help

alionteo avatar Mar 13 '23 16:03 alionteo