Код: Выделить всё
Bitmap bitmap = await Bitmap.fromProvider(NetworkImage("http://pudim.com.br/pudim.jpg"));
var androidSpecifics = new AndroidNotificationDetails(
notificationData['id'].toString(),
'Crop2x Notifications',
'Crop2x Channel Description',
importance: Importance.max,
priority: Priority.high,
largeIcon: bitmap,
ticker: 'ticker');
Подробнее здесь: https://stackoverflow.com/questions/699 ... in-flutter
Мобильная версия