String proxyImage(String? url) { if (url != null && url.isNotEmpty) { return 'https://images.hive.blog/1000x0/$url'; } return ""; }