You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference betweengallery saver and other packages like gal or image_gallery_saver is that if the image is a url, those packages will not download the image, that's because they doesn't depend on http nor dio
So a PR should switch from gallery_saver to the choice package + the implementation to download an image, would be good if doesn't use any package, but using http is fine too.
flutter_quill_extensions
currently depends ongallery_saver: ^2.3.2
.But the package is no longer maintained, and it's now causing issue due to outdated
http
version (CarnegieTechnologies/gallery_saver#205).Proposal
Update to use it's replacement: https://pub.dev/packages/gal
The text was updated successfully, but these errors were encountered: