flutter_curl icon indicating copy to clipboard operation
flutter_curl copied to clipboard

Support for standalone dart

Open Zekfad opened this issue 1 year ago • 3 comments

It seems that bindings are pretty useful out of flutter context, and I cant find any usage of package:flutter outside of tests and example.

Would it be possible to distribute underlying bindings as separate package without flutter dependency to allow using it in dart server apps?

Zekfad avatar Nov 30 '23 01:11 Zekfad

@Zekfad This should be doable. IIRC there are no Flutter specific dependency.

Could you tell me what is the use case for this? Because usually server apps will stick to HTTP 1.1 for compatibility as HTTP 2 and 3 are really only useful for clients/browsers.

ajinasokan avatar Dec 13 '23 10:12 ajinasokan

@ajinasokan Thank you for the answer, my main use case is to use custom libcurl with patched SSL lib.

Zekfad avatar Dec 13 '23 12:12 Zekfad

Alright I will see how difficult it will be. And for this I would also want to make this a single repository, two packages setup. I will do some experiments.

ajinasokan avatar Dec 20 '23 14:12 ajinasokan