lazysodium 1.0.3 copy "lazysodium: ^1.0.3" to clipboard
lazysodium: ^1.0.3 copied to clipboard

Lazysodium is a comprehensive Flutter implementation of the Libsodium library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lazysodium

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

dependencies:
  lazysodium: ^1.0.3

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:lazysodium/lazysodium.dart';
0
likes
130
points
153
downloads

Publisher

verified publisherinteniquetic.com

Weekly Downloads

Lazysodium is a comprehensive Flutter implementation of the Libsodium library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, flutter

More

Packages that depend on lazysodium

Packages that implement lazysodium