Code Monkey home page Code Monkey logo

Comments (5)

ko2ic avatar ko2ic commented on August 22, 2024 2

@Vamp2000 This is a bug but I don't have time to fix it.
If you are in a hurry, you will fork and delete 230 lines(setNotificationVisibility) in ImageDownloaderPlugin.kt

from image_downloader.

IshankDev avatar IshankDev commented on August 22, 2024 1

As a alternative you can use open function after downloading the file and show downloaded file to user.

var imageId = await ImageDownloader.downloadImage(url);
var path = await ImageDownloader.findPath(imageId);
await ImageDownloader.open(path);

Thanks

from image_downloader.

dspoonia7 avatar dspoonia7 commented on August 22, 2024

Facing the same issue. On clicking the notification, it opens the Downloads folder and it shows the downloaded image as well but on clicking the image, it says "Couldn't find file". [shared is a screenshot below].
Though the image gets downloaded and can be accessed from Gallery successfully.

rsz_1screenshot_2019-10-17-19-42-39-763_comandroidprovidersdownloadsui

from image_downloader.

rignaneseleo avatar rignaneseleo commented on August 22, 2024

I pulled this fix.

Can you please also remove the huge print that runs while download a picture?
I get houndred of these:
D/image_downloader(32333): RequestResult(id=3430, remoteUri=https://firebasestorage.googleapis.com/v0/b/my-grandkids.appspot.com/o/F6A6BEF8-51D4-4A7A-A51D.jpg?alt=media&token=1c2a72a2-aa9e-4ee8-82ca-0a0d31e3eb1e, localUri=file:///storage/emulated/0/Download/2020-01-10.19.16.033, mediaType=image/jpeg, totalSize=7096078, title=2020-01-10.19.16.033, description=)

EDIT: using my pull brench in pubspec.yaml dosn't hide the notifications

  image_downloader:
    git:
      url: git://github.com/rignaneseleo/image_downloader.git

from image_downloader.

jus7uice avatar jus7uice commented on August 22, 2024

Has anyone managed to overcome this bug?

from image_downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.