dhash 1.0.0
dhash: ^1.0.0 copied to clipboard
dHash, not just another repository
example/dhash_example.dart
import 'package:dhash/dhash.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}