icedman / flutter_ffi_test

14 stars 7 forks source link

Add a new function #1

Open alionteo opened 1 year ago

alionteo commented 1 year ago

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

icedman commented 1 year ago

https://link.medium.com/xIxOAuZ87xb

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

alionteo commented 1 year ago

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