filen_client 0.2.2 copy "filen_client: ^0.2.2" to clipboard
filen_client: ^0.2.2 copied to clipboard

Unofficial Dart client and CLI for Filen.io end-to-end-encrypted cloud storage — login, list, encrypted upload/download with batching and resume, plus a WebDAV bridge.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add filen_client

With Flutter:

 $ flutter pub add filen_client

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

dependencies:
  filen_client: ^0.2.2

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:filen_client/filen_client.dart';
0
likes
130
points
55
downloads

Documentation

API reference

Publisher

verified publishercrispstro.be

Weekly Downloads

Unofficial Dart client and CLI for Filen.io end-to-end-encrypted cloud storage — login, list, encrypted upload/download with batching and resume, plus a WebDAV bridge.

Repository (GitHub)
View/report issues

License

MPL-2.0 (license)

Dependencies

args, convert, crypto, cryptography, ffi, file, glob, hex, http, path, pointycastle, shelf, shelf_dav, shelf_router

More

Packages that depend on filen_client