Having an issue with a Flutter application when running on IOS, some of the images refuse to display. This only seems to affect release versions.
I see no errors in any logs during debugging, or when running the flutter command:
flutter run --release
This doesn’t affect the Android version at all from what I can see.
All images are stored under assets/images
Typical usage:
image: AssetImage(Constant.assetImagePath + imagePath),
mrtnh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3