webcrypto 0.5.8 copy "webcrypto: ^0.5.8" to clipboard
webcrypto: ^0.5.8 copied to clipboard

Cross-platform implementation of Web Cryptography APIs for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webcrypto
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  webcrypto: ^0.5.8
copied to clipboard

Alternatively, 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:webcrypto/webcrypto.dart';
copied to clipboard
75
likes
160
points
6.45k
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.09.13 - 2025.03.28

Cross-platform implementation of Web Cryptography APIs for Flutter.

Repository (GitHub)
Contributing

Topics

#crypto

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, flutter, flutter_web_plugins, meta

More

Packages that depend on webcrypto