ipin 0.0.6
ipin: ^0.0.6 copied to clipboard
Ipin encryption for EBS / noebs. ipin uses a very simple interface to calculate encrypted ipin for both EBS / noebs use cases. ipin is battle tested and used in production by different companies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ipinThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ipin: ^0.0.6Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ipin/ipin.dart';