This is the folder structure of my app
.idea .vscode android build fonts Oxygen-Bold.tff Oxygen-Light.tff Oxygen-Regular.tff images pizza0.png pizza1.pn
You should consider the indentation for assets
assets
flutter: assets: - images/pizza1.png - images/pizza0.png
More details:
flutter: [2 whitespaces or 1 tab]assets: [4 whitespaces or 2 tabs]- images/pizza1.png [4 whitespaces or 2 tabs]- images/pizza0.png