Bharath
Bharath
It is better to use tryParse this way `if (Platform.isAndroid) { modifiedUrl = Uri.tryParse(url)?.toString()?.replaceAll('#', "%23"); } else { modifiedUrl = Uri.tryParse(url)?.toString(); }` or just use null check beforehand
Facing same issue
Is this issue, still the case?
Hello @KyleKun, Thanks for your feedback! I'll look into what I can do for sure.