ykaito21

Results 5 comments of ykaito21

@Insofan Thanks! I think `.scaledToFit()` is also buggy. it preserved aspect ratio but doesn't scaled to its frame correctly.

@Insofan Thanks for your kind help. I understand UI order is important. I realized `.scaledToFit()` after `.frame(width: 400, height: 200)` does work but reverse case doesn't work. As documentation https://developer.apple.com/documentation/swiftui/view/scaledtofit(),...

@dreampiggy I got it! I really appreciate your detailed explanation and hard work on building an awesome package!

I have a similar problem. dio version 5.4.1 **Expected Behavior:** After the request fails and triggers onError, the retried request within onError should also throw a DioException if it fails,...