https://github.com/skycoder42/libsodium_dart_bindings
Dart bindings for libsodium, supporting both the VM and JS without flutter dependencies.
https://github.com/skycoder42/libsodium_dart_bindings
android cross-platform dart flutter ios libsodium libsodium-bindings linux macos sodium web windows
Last synced: 5 months ago
JSON representation
Dart bindings for libsodium, supporting both the VM and JS without flutter dependencies.
- Host: GitHub
- URL: https://github.com/skycoder42/libsodium_dart_bindings
- Owner: Skycoder42
- License: bsd-3-clause
- Created: 2021-03-29T06:10:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T08:35:35.000Z (9 months ago)
- Last Synced: 2025-03-27T01:12:09.891Z (9 months ago)
- Topics: android, cross-platform, dart, flutter, ios, libsodium, libsodium-bindings, linux, macos, sodium, web, windows
- Language: Dart
- Homepage: https://pub.dev/packages/sodium
- Size: 12.3 MB
- Stars: 32
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libsodium_dart_bindings
[](https://github.com/Skycoder42/libsodium_dart_bindings/actions/workflows/sodium_ci.yaml)
[](https://pub.dev/packages/sodium)
[](https://github.com/Skycoder42/libsodium_dart_bindings/actions/workflows/sodium_libs_ci.yaml)
[](https://pub.dev/packages/sodium_libs)
This repository is a multi package repository for dart bindings of
[libsodium](https://libsodium.gitbook.io/doc/). It consists of the following
packages. Please check the READMEs of the specific packages for more details on
them.
If you just landed here and don't know where to start, simply read the
[sodium README](packages/sodium), as that is the primary package of this
repository.
- **[sodium](packages/sodium)**: Dart bindings for libsodium, supporting both
the VM and JS without flutter dependencies.
- **[sodium_libs](packages/sodium_libs)**: Flutter companion package to
[sodium](packages/sodium) that provides the low-level libsodium binaries for
easy use.