dart_secure 0.2.0 copy "dart_secure: ^0.2.0" to clipboard
dart_secure: ^0.2.0 copied to clipboard

A new Flutter Framework that uses Dart Programming Language

example/example.dart

// Biometric User Authentication
//
// Sample of Usage:
//                           var AuthStatus= await biometricAuth();
//                           if (AuthStatus==AuthenticationStatus.successful){
//                             print("successful, continue");
//                            }
//                            else {
//                              print("unsuccessful, try again");
//                           }



// InAppEncryption
//
// Sample of Usage:
//                           inAppEncrypt(text: "Address of User",key: "MyUsersAddress);

// hashEncryption
//
// Sample of Usage:
//                           inAppEncrypt(text: "Address of User",key: "MyUsersAddress);



// InAppDecryption
//
// Sample of Usage:
//                           InAppDecryption(cipher: "######################",key: "MyUsersAddress);
3
likes
0
points
101
downloads

Publisher

verified publishersaifalmajd.blogspot.com

Weekly Downloads

A new Flutter Framework that uses Dart Programming Language

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

encrypt, flutter, local_auth

More

Packages that depend on dart_secure