static bool isHttpUrl(String url) { return url.startsWith('http://') || url.startsWith('https://'); }