openpgp 3.10.0 copy "openpgp: ^3.10.0" to clipboard
openpgp: ^3.10.0 copied to clipboard

library for use OpenPGP with support for android and ios, macOS, linux, windows and web

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openpgp
copied to clipboard

With Flutter:

 $ flutter pub add openpgp
copied to clipboard

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

dependencies:
  openpgp: ^3.10.0
copied to clipboard

Alternatively, 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:openpgp/openpgp.dart';
copied to clipboard
39
likes
0
points
1.75k
downloads

Publisher

verified publisherjerson.dev

Weekly Downloads

2024.10.07 - 2025.04.21

library for use OpenPGP with support for android and ios, macOS, linux, windows and web

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flat_buffers, flutter, flutter_web_plugins, path, plugin_platform_interface, web

More

Packages that depend on openpgp