Skip to content

Instantly share code, notes, and snippets.

@furaiev
Created December 30, 2019 17:03
Show Gist options
  • Save furaiev/2922d18b2a856889408a379246c0759a to your computer and use it in GitHub Desktop.
Save furaiev/2922d18b2a856889408a379246c0759a to your computer and use it in GitHub Desktop.
void main() {
try {
print(Uri.encodeFull('ä, ö, ü'));
} catch (e) {
print(e);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment