d-markey / squadron

Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads.
https://pub.dev/packages/squadron
MIT License
79 stars 0 forks source link

http constraint too high #23

Closed techouse closed 1 year ago

techouse commented 1 year ago

Hey,

I think that the http: ^1.0.0 constraint is too draconian as a lot of packages still haven't adopted 1.0.0.

I would sugges a more flexible approach like

http: ">=0.13.6 <2.0.0"
d-markey commented 1 year ago

It's a dev dependency, so it shouldn't cause any trouble as they are ignored (https://dart.dev/tools/pub/dependencies#dev-dependencies).