veracrypt 0.0.1-dev.1 copy "veracrypt: ^0.0.1-dev.1" to clipboard
veracrypt: ^0.0.1-dev.1 copied to clipboard

VeraCrypt bindings for Dart. The VeraCrypt trademark is owned by IDRIX.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add veracrypt
copied to clipboard

With Flutter:

 $ flutter pub add veracrypt
copied to clipboard

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

dependencies:
  veracrypt: ^0.0.1-dev.1
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:veracrypt/veracrypt.dart';
copied to clipboard
1
likes
150
points
30
downloads

Publisher

verified publishermanymath.com

Weekly Downloads

2024.09.19 - 2025.04.03

VeraCrypt bindings for Dart. The VeraCrypt trademark is owned by IDRIX.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

native_assets_cli, native_toolchain_rust

More

Packages that depend on veracrypt