oxequa / flutter_cache_image

Flutter plugin to load and cache network or firebase storage images with a retry mechanism if the download fails
GNU General Public License v3.0
34 stars 24 forks source link

Remove dependency on firebase #5

Closed flmn closed 4 years ago

flmn commented 4 years ago

As a image utility, why this plugin depend on firebase?

When run on iOS, it crashed.

The log shows: Configuring the default Firebase app... *** Terminating app due to uncaught exception 'com.firebase.core', reason: '[FIRApp configure]; (FirebaseApp.configure() in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'

m-j-g commented 4 years ago

because it supports retrieving images from firebase.

flmn commented 4 years ago

ok.