libtorrent_flutter 1.9.0
libtorrent_flutter: ^1.9.0 copied to clipboard
Native libtorrent 2.1 bindings for Flutter with WebTorrent support and a built-in HTTP streaming server for instant torrent video playback. Supports Windows, Linux, macOS, iOS, and Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add libtorrent_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
libtorrent_flutter: ^1.9.0Alternatively, your editor might support 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_flutter/libtorrent_flutter.dart';