libtorrent_dart 1.0.1 copy "libtorrent_dart: ^1.0.1" to clipboard
libtorrent_dart: ^1.0.1 copied to clipboard

Cross-platform Dart FFI bindings for libtorrent sessions, magnet downloads, torrent controls, progress, and settings.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libtorrent_dart

With Flutter:

 $ flutter pub add libtorrent_dart

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

dependencies:
  libtorrent_dart: ^1.0.1

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:libtorrent_dart/libtorrent_dart.dart';
0
likes
160
points
297
downloads

Documentation

API reference

Publisher

verified publisherphidel.dev

Weekly Downloads

Cross-platform Dart FFI bindings for libtorrent sessions, magnet downloads, torrent controls, progress, and settings.

Repository (GitHub)
View/report issues

Topics

#bittorrent #ffi #native-assets #torrent

License

BSD-3-Clause (license)

Dependencies

code_assets, ffi, hooks, yaml

More

Packages that depend on libtorrent_dart