Flutter – how can I escape from a null checking when calling a api image
When I use to call an image by API it shows it need a null Checker DownloadsImageWidget( imageList: '$imageAppendUrl${state.downloads?[1].posterPath}', margin: const EdgeInsets.only(), size: Size( size.width * 0.4, size.height * 0.30, ), ), I tried to put a null checker ?…