sreesdas / flutter_call_number_plugin

A Flutter plugin to initiate calls directly from the app itself, without opening a dialer.
Other
12 stars 13 forks source link

special characters don't work like *111# #4

Open AbuNadeem opened 4 years ago

AbuNadeem commented 4 years ago

please fix it here is the solution String number = "tel:" + Uri.encode(num.trim());

ikialo commented 4 years ago

you can try use "%23" in place of "#".