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

outdated

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

example/torrent_parser_example.dart

import 'package:torrent_parser/torrent_parser.dart';

main() async {
  final parser = await TorrentParser.fromFile('test/multi.torrent');
  print(parser.parse());
}
3
likes
0
pub points
29%
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, crypto, json_annotation, path, torrent_bencode

More

Packages that depend on torrent_parser