SiGMobileUIUC / car_pool_app

1 stars 0 forks source link

Invalid AssetImage when loading Account Page #4

Closed adrian-szwejk closed 1 year ago

adrian-szwejk commented 1 year ago

When I tried going to the Account screen I got imageProvider error which is usually when trying to access invalid directory assets which appears to be on Line: 48 of "account.dart" where there's a reference to an asset folder but when I pulled repo it didn't have one in directory so either add that or remove this line.

ashah305 commented 1 year ago

What line are you referring to? I think I moved around some code before I saw this so it may be different now. Sorry!

adrian-szwejk commented 1 year ago

Actually I'm not sure anymore, but it was an asset image that was pull from the assets folder of the repo but it looks like it may have been fixed to pick and image from the users camera roll instead so I guess the issue has been resolved.