openssl3 3.5.8+4
openssl3: ^3.5.8+4 copied to clipboard
Prebuilt OpenSSL 3.5 LTS libcrypto for Dart and Flutter, bundled as a code asset via build hooks. No OpenSSL, Perl or C toolchain needed at build time.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add openssl3With Flutter:
$ flutter pub add openssl3This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
openssl3: ^3.5.8+4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:openssl3/openssl3.dart';