filen_client 0.2.2
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_clientWith Flutter:
$ flutter pub add filen_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
filen_client: ^0.2.2Alternatively, 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';