Images error and not showing up on IOS!

Troubleshooting

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...

What have you tried so far?

I tried to force update the package that it's supposedly causing this issue by inserting this into a custom widget that it's in my project but yeah... it did not work.

The package name is:
cached_network_image: ^3.3.1

This was suggested by a user in the community in another problem.

in Xcode i tried in the debug section of the build setting i tried to set it as DWARF with dSYM File
but every time i rebuild the app is reseting this to only DWARF.

I so on another forum that you can find this dSYM File app store connect :

But i didn't have it....

And many other videos that suggested different things but to be honest i can't remember them all because a ton of them where irrelevant in the first place.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply