go_torrent 0.0.2+1 copy "go_torrent: ^0.0.2+1" to clipboard
go_torrent: ^0.0.2+1 copied to clipboard

discontinued

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
135
points
1
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Torrent plugin for Flutter.

License

Apache-2.0 (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on go_torrent

Packages that implement go_torrent