mattreid1 / firebase_image

🔥 Cached Flutter ImageProvider for Firebase Cloud Storage
https://pub.dev/packages/firebase_image
ISC License
85 stars 69 forks source link

Web Support #52

Open aurangzaibsiddiqui opened 3 years ago

aurangzaibsiddiqui commented 3 years ago

Currently Firebase Image does not work with the web.

I received the following error when I tried it on web:

════════ Exception caught by image resource service ════════════════════════════ MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite) ════════════════════════════════════════════════════════════════════════════════

It is working perfectly on iOS and Android.

andressilvac commented 2 years ago

I believe this is the same issue as #48. We should probably leave just one, what do you think?

36 might be a solution to this.