Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Dart bindings for libsodium, supporting both the VM and JS without flutter dependencies.

Awesome Lists containing this project

README

        

# libsodium_dart_bindings

[![Continous Integration for package sodium](https://github.com/Skycoder42/libsodium_dart_bindings/actions/workflows/sodium_ci.yaml/badge.svg)](https://github.com/Skycoder42/libsodium_dart_bindings/actions/workflows/sodium_ci.yaml)
[![Pub Version](https://img.shields.io/pub/v/sodium)](https://pub.dev/packages/sodium)

[![Continous Integration for package sodium_libs](https://github.com/Skycoder42/libsodium_dart_bindings/actions/workflows/sodium_libs_ci.yaml/badge.svg)](https://github.com/Skycoder42/libsodium_dart_bindings/actions/workflows/sodium_libs_ci.yaml)
[![Pub Version](https://img.shields.io/pub/v/sodium_libs)](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.