How do I url-encode in Dart in the format that the Twitter API expects?
I wrote some code to post tweets in C#. One of the things that tripped me up was the url-encoding of data since there seemed to be many options: var input = "Hello Ladies + Gentlemen, a signed OAuth request!";…