-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump http
package.
#205
Comments
The latest version was released 22 months ago, I think everyone is facing the same issue. it seems this package is out of maintenance right now, see #192 |
LuchoTurtle
added a commit
to dwyl/visual-editor
that referenced
this issue
Sep 6, 2023
This was made because `gallery_saver` was "stuck" with a dependency of `http` at 0.13, not allowing to upgrade other dependencies. Check CarnegieTechnologies/gallery_saver#205 for more information. This commit adds `gal`, which does the same thing. `dio` and `path` were needed to recreate the behaviour of `gallery_saver`. `gal`, however, is updated and uses the latest versions of packages.
I did updated http package. |
see #213 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gallery_saver
usehttp ^0.13.3
and is needed bump tohttp ^1.0.0
to run withoutdependency_overrides
with others packages.Also, is this package still maintained?
The text was updated successfully, but these errors were encountered: