ajinasokan / flutter_curl

Flutter plugin to use libcurl for HTTP calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux support & potential windows support

xAffan opened this issue · comments

Linux natively has curl. Why not support it?

Windows has a native wrapper for curl as well in powershell.

This is doable. But not with built in curl. This plugin uses libcurl, the shared library version of curl which might not be present and even if it is present it will be difficult to find its patch deterministically.

Let me see if I can setup the build process for Linux and Windows.