Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

flutter_cache_manager at least give a proper example #369

Open Kalyanb447-github opened 2 years ago

Kalyanb447-github commented 2 years ago

got an error var file = await FirebaseCacheManager().downloadFile(url);

firebase_storage/unknown] location should not be a full URL. i have already given the full address String url = 'https://firebasestorage.googleapis.com/v0/b/feel-the-kiss.appspot.com/o/audios%2F10.wav?alt=media&token=ea66d553-e46d-45e7-90e7-29477d4305b1'; i am unable to understand please help !

rivella50 commented 2 years ago

Have you tried without the URL scheme?