You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because our app needs to add token authentication in the header when loading images for normal download, Image.net ("",headers: {"Authorization ": ""},) can be displayed normally, but CachedNetworkImage(
httpHeaders: {"Authorization ":" ",},) cannot be displayed normally. I don't know how to solve the problem