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
@gabrielpatricksouza thanks so much for the example code/videos you provided in #8. However, I noticed that compared to the default Flutter AssetImage widget, the ImageNetwork widget tends to zoom into the upper left corner of the image, cutting off significant parts of the image (especially when using fullScreen). As shown in the screenshots, AssetImage and the full-screened ImageNetwork produce 2 different images when in both the original and the expanded size.
As a result of this behavior, the middle of the image, where main "subject" usually is, is hidden since the widget zooms into the top edge.
The text was updated successfully, but these errors were encountered:
@gabrielpatricksouza thanks so much for the example code/videos you provided in #8. However, I noticed that compared to the default Flutter AssetImage widget, the ImageNetwork widget tends to zoom into the upper left corner of the image, cutting off significant parts of the image (especially when using fullScreen). As shown in the screenshots, AssetImage and the full-screened ImageNetwork produce 2 different images when in both the original and the expanded size.
As a result of this behavior, the middle of the image, where main "subject" usually is, is hidden since the widget zooms into the top edge.
The text was updated successfully, but these errors were encountered: