aria2c 0.0.1 aria2c: ^0.0.1 copied to clipboard
Use dart and aria2c to connect websocket for JsonRPC communication.
Aria2c-dart #
Features #
- Connect to an aria2 jsonrpc server, control the aria2 downloader remotely.
- Support http, websocket.
- Support secret authentication
Getting started #
flutter pub add aria2
Usage #
You can use this package like this:
const like = 'sample';
Additional information #
If you have any usage problem ,please tell me in the Issues.