Basically it need to show the profile picture of the corresponding User.
But unfortunately it doesn't....
It's doing this on IOS (i assume also on Android i did not test it yet) but not when i test it inside the web test mode or run mode Web that flutter flow provide it's working fine.
If the format is not .png or jpg is not showing up and it really slow down the app (in the IOS simulator is more evident than on the testFlight app) and it throw this errors
Another exception was thrown: Invalid argument(s): No host specified in URI file:///
Followed by :
[FirebaseCrashlytics][I-CLS000000] Crashlytics skipped rotating the Install ID during urgent mode because it is run on the main thread, which can't succeed. This can happen if the app crashed the last run and Crashlytics is uploading urgently.
Also it doesn't show up any of the corresponding image (.svg) that i assign to each category (i have a list where each category have a corresponding .svg picture)
Example:
So i have no idea how can i fix this.... I searched for a couple of days but nothing worked....
P.s. (It would be really nice if you can actually use the local state for the images instead of the url so it would be no need for additional reads on the firebase servers because you are loading the corresponding pictures directly from your device)
In conclusion what do you think could be the solution? because i really can get it to work and unfortunately for me i really have to....
Please help me...