shaz-tech / flutter_internet_speed_test

Internet speed test plugin to integrate it in your app wherever you want.
MIT License
12 stars 45 forks source link

Incompatible http version, version solving failed #10

Closed galeka99 closed 8 months ago

galeka99 commented 1 year ago

I have problem with my project that depends on http ^1.1.0, but latest version of this module (1.4.0) depends on http ^0.13.5

Because flutter_internet_speed_test >=1.1.0 depends on http ^0.13.5 and my_project depends on http ^1.1.0, flutter_internet_speed_test >=1.1.0 is forbidden