any_link_secure 1.1.0
any_link_secure: ^1.1.0 copied to clipboard
Certificate pinning, HMAC request signing, AES-256 payload encryption, and mTLS for any_link. Pure Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add any_link_secureWith Flutter:
$ flutter pub add any_link_secureThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
any_link_secure: ^1.1.0Alternatively, 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:any_link_secure/any_link_secure.dart';