sodium_web 0.0.5 copy "sodium_web: ^0.0.5" to clipboard
sodium_web: ^0.0.5 copied to clipboard

Platformweb

A new flutter plugin project for [libsodium](https://libsodium.gitbook.io/doc/) support on flutter web with the help of [libsodium.js](https://github.com/jedisct1/libsodium.js/).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sodium_web

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

dependencies:
  sodium_web: ^0.0.5

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:sodium_web/sodium_web.dart';
2
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project for [libsodium](https://libsodium.gitbook.io/doc/) support on flutter web with the help of [libsodium.js](https://github.com/jedisct1/libsodium.js/).

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on sodium_web