blowfish_cbc 0.1.1 copy "blowfish_cbc: ^0.1.1" to clipboard
blowfish_cbc: ^0.1.1 copied to clipboard

A Blowfish CBC codec implementation in pure Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blowfish_cbc

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

dependencies:
  blowfish_cbc: ^0.1.1

Alternatively, 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:blowfish_cbc/blowfish_cbc.dart';
1
likes
130
pub points
17%
popularity

Publisher

unverified uploader

A Blowfish CBC codec implementation in pure Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on blowfish_cbc