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

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
40
pub points
26%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

convert, crypto, json_annotation, path, torrent_bencode

More

Packages that depend on torrent_parser