'appImpl.storage is not a function Flutter Web

I have a problem, in firebase with the flutter web app, when I try to upload an image from flutter web I got "appImpl.storage is not a function" error,

I added all the scripts to it index.html file, but I also get the same problem!

this is my index.php file:

https://raw.githubusercontent.com/mohmmed750/flutter-web/main/error%20flutter%20web

my code work fine when I build it on an android device, but on the web, it didn't work!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source