tls_psk 0.1.0
tls_psk: ^0.1.0 copied to clipboard
TLS 1.3 pre-shared-key (PSK) client sockets for Dart and Flutter, with forward secrecy. A self-contained dart:ffi binding to a vendored, statically-built mbedTLS — no system OpenSSL required.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tls_pskThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tls_psk: ^0.1.0Alternatively, 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:tls_psk/tls_psk.dart';