String decodeURIComponent(String str) { try { return Uri.decodeComponent(str); } catch (_) { return str; } }