Raw Encoder
A package for encoding
Hecho en 🇵🇷 por RadamĂ©s J. ValentĂn Reyes
application/x-www-form-urlencoded
String encoded = toApplicationX_Www_Form_Urlencoded({
"key" : "value",
"anotherKey" : "anotherValue",
});
print(encoded);
String encoded = toApplicationX_Www_Form_Urlencoded({
"key" : "value",
"anotherKey" : "anotherValue",
});
print(encoded);