Fabio Santana
Fabio Santana
Hi there, When we wrote these posts, Flutter's API wasn't stable, that´s why we decided to stop writing post about Flutter. Our goal was for others developers to know about...
Fixed in [4bfc9aa](https://github.com/fabiomsr/MoneyTextView/commit/4bfc9aa1410fb9d0a0b2801409d8934101382dc3) New version 1.0.2
Hi there ! I´m so glad you want to use this library despite its early stage. However, I´m afraid there´s still a lot work to be done before this library...
Can you paste the error that you are getting?
> I think it should be android.util.Base64? Yes. You should remove these lines. ``` byte[] publicKeyShaBase64 = Base64.getEncoder().encode(publicKeySha256); return "sha256/" + new String(publicKeyShaBase64); ``` And add: ``` return "sha256/" +...