Closed diciaup closed 4 years ago
@diciaup thank you for your contribution, I've adjusted in the way:
final signatureData = <int>[];
due to rule https://dart-lang.github.io/linter/lints/omit_local_variable_types.html
pls check version 0.1.12+1
error during login process caused by dart auto typing system, that assign signatureData variable as List instead of List this was causing this exception: type 'List' is not a subtype of type 'List'