2
I have an application in Flutter,and I’m trying to convert my Password to MD5 on the login screen, I found some other methods but none served me.
I’m trying to use final md5 = new MD5._()
to convert final String password;
, but without success.
Would there be some other way to encrypt the String using the package Crypto
flutter?
Hello, before anything, start by doing the tour to understand how the community works; then read the How to ask to check how you can improve your question and finally access help center to check various articles that will help you better understand the site.
– Gustavo André Richter