Freelancer needed for small task with FFI

I need to use git (checkout, push, pull, commit) in Android and iOS Flutter apps.

I know there are those packages: git2dart | Flutter package and git2dart_binaries | Flutter package, but those are available only for Linux, MacOS and Windows.

So I’m willing to pay anyone who can fork those packages and make them work on Android and iOS (I know libgit2 has support for both, but native iOS and Android are far beyond my capabilities).

Where are you planning to store the git working dirs on Android and iOS?

I maintain an open source git client for Android (MGit) and have run afoul of Google Play policies of not allowing direct filesystem access by not granting my app the “All Files” permission. Of course not an issue if you plan to only store the local git repos in your apps private file storage area or don’t plan to distribute via Google Play.

No idea what the situation for this is on iOS.

It’s meant to be private (user’s document folder).

Hi,

I have worked extensively with libgit2 integrations and have already forked similar packages for mobile platforms.
Would be happy to take this on

You can reach out to me on my email here

Colin

Thanks. I already found an alternative.