bcrypt 1.0.0 bcrypt: ^1.0.0 copied to clipboard
This package use jBCrypt modified code to work with Dart VM.
example/bcrypt_example.dart
import 'package:bcrypt/bcrypt.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}