In my flutter application,I have uploaded 3 imageUrls and 2 PDFUrls to firebase database already.Now How to do caching of imageUrls and PDFUrls

人走茶凉 提交于 2021-01-07 02:36:50

问题


In my flutter application,I have uploaded 3 imageUrls and 2 PDFUrls to firebase database and firebase storage already.Now How to do caching of imageUrls and PDFUrls.(Permannent caching untill deletion)

Actually I want to do caching as I want to download the images and pdfs in the application with the click on the image and pdf icon or picture with in the application itself.

Image should be opened default image opener and pdf should be opned either in a webview or browser.

I have already recieved all the Urls for the above.

来源:https://stackoverflow.com/questions/65476260/in-my-flutter-application-i-have-uploaded-3-imageurls-and-2-pdfurls-to-firebase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!