leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
772 stars 106 forks source link

chore: bump http and dio deps #148

Closed lexxxel closed 7 months ago

lijy91 commented 7 months ago

LGTM

lijy91 commented 7 months ago

I have revert this PR, and in order to maintain a minimum compatibility of 2.16, I cannot upgrade Google API to 11.4.0

lexxxel commented 7 months ago

I have revert this PR, and in order to maintain a minimum compatibility of 2.16, I cannot upgrade Google API to 11.4.0

What do you mean with 2.16? Do you mean dart 2.16? I ask, because this makes this package incompatible with other packages, e.g. pocketbase.

Typically one could solve this by creating a new major release and still backport/release patches to the older major version, but of course that would increase you maintenance burden. However, otherwise one would have to fork your project to get said compatibility with other packages. What is your opinion on that?

lijy91 commented 7 months ago

Aren't you installing it globally? It shouldn't affect your own project dependencies.

lexxxel commented 7 months ago

Aren't you installing it globally? It shouldn't affect your own project dependencies.

No I did not. Thank you for the inside. That will fix my dependency issue.