torrent_parser 0.1.2 copy "torrent_parser: ^0.1.2" to clipboard
torrent_parser: ^0.1.2 copied to clipboard

outdated

This library contains various utility to validate and parse .torrent files.

Utility to parse .torrent files.

Usage #

An example:

import 'package:torrent_parser/torrent_parser.dart';

main() async {
  final parser = await TorrentParser.fromFile('test/multi.torrent');
  print(parser.parse());
}

Features and bugs #

Please file feature requests and bugs at the Github issues.

3
likes
0
pub points
28%
popularity

Publisher

unverified uploader

This library contains various utility to validate and parse .torrent files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert, json_annotation, path

More

Packages that depend on torrent_parser