daegalus / dart-otp

RFC6238 Time-Based One-Time Password / Google Authenticator Library
MIT License
100 stars 25 forks source link

Invalid Base32 characters #22

Closed JAICHANGPARK closed 4 years ago

JAICHANGPARK commented 4 years ago

I had some problem about using android device in flutter

The following FormatException was thrown building Builder: Invalid Base32 characters

Can I use this package on flutter ?

daegalus commented 4 years ago

Yes, it works fine in flutter. It means your Secret has invalid character for the Base32 format. Check your secret.

JAICHANGPARK commented 4 years ago

@Daegalus Thank you sir! I solved this problem to fix my secret code 👍