harpo 2.3.0 copy "harpo: ^2.3.0" to clipboard
harpo: ^2.3.0 copied to clipboard

A Dart package for numeric encryption/decryption and binary & hexadecimal encryption/decryption!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add harpo

With Flutter:

 $ flutter pub add harpo

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  harpo: ^2.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:harpo/harpo.dart';
1
likes
130
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

A Dart package for numeric encryption/decryption and binary & hexadecimal encryption/decryption!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

lints

More

Packages that depend on harpo