go_torrent 0.0.1 copy "go_torrent: ^0.0.1" to clipboard
go_torrent: ^0.0.1 copied to clipboard

discontinued
outdated

Torrent plugin for Flutter.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const SizedBox();
  }
}
0
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Torrent plugin for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on go_torrent

Packages that implement go_torrent