jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
293 stars 187 forks source link

How to write sms in string. #76

Closed deviCorp closed 3 years ago

deviCorp commented 3 years ago

Hi, i was trying to send sms in string but i don't know how to write <#> character in string. Can anybody please help me. i tried this : final _signCode = await SmsAutoFill().getAppSignature; final _sms = '<#> $_signCode Your OTP is : $_code'; but it's not working for me. when i remove <#> from _sms everything is fine. Moreover my _signCode contains + character, which is not reflecting. example _signCode : qMk+BiRp/1r but what i'm getting : qMk BiRp/1r

Please help me with this.

jaumard commented 3 years ago

no sure I understand your question here, can you reformulate ?

jaumard commented 3 years ago

Closing as no answer