ajinasokan/flutter_curl

Support for standalone dart

Opened this issue · 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 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 Thank you for the answer, my main use case is to use custom libcurl with patched SSL lib.

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.