libtorrent_flutter 1.6.3
libtorrent_flutter: ^1.6.3 copied to clipboard
Native libtorrent 2.0 bindings for Flutter with 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.6.3Alternatively, 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';