I have a strange behavior which I can't explain. I am following the flutter university course on Youtube (E-Commerce app).
Between preview, test and run mode the app is showing a different behavior.
Preview: looks all ok.
Test: Decoding error for images (I used the sample images as shown in the course)
Run: Icons not shown correctly, no nav bar
Run (full screen): looks ok.
As the project is all the same, threre should be a glitch in this flutter flow version?
Preview:
Test:
Run:
Run (full screen)