Closed readytopark closed 4 years ago
randomSecret() method generates the following error at runtime after base32.encode changed its parameter type on the latest version.
randomSecret()
base32.encode
type 'List<dynamic>' is not a subtype of type 'Uint8List'
Fix the issue by using the appropriate constructor from Uint8List
Uint8List
Thanks for catching this, I will make a new release first thing tomorrow as it's 2am. I appreciate the extra test too.
randomSecret()
method generates the following error at runtime afterbase32.encode
changed its parameter type on the latest version.Fix the issue by using the appropriate constructor from
Uint8List