torrent_parser 0.1.1 torrent_parser: ^0.1.1 copied to clipboard
Utility to 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.