'image is displaying as icon in local notifications. how to display image as big picture style in flutter?

i am using local notifications plugin to display notification messages locally. when i tried to display notification along with image it is getting displayed as icon enter image description here

actually i need it to be look like

enter image description here



Solution 1:[1]

This might be helpful for someone like me, try check the flutter_local_notifications example app. He already provide the example how to read from url and convert them to bitmap to show in local notification.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Thiyraash David