aria2 0.1.3 aria2: ^0.1.3 copied to clipboard
An aria2 api package developed with dart which can be used in a flutter project, support http and websocket connection to an aria2 jsonrpc server.
0.0.1 #
- Connect to an aria2 jsonrpc server, control the aria2 downloader remotely.
- Support http, websocket.
- Support secret authentication
0.0.2 #
- Make some file match Dart formatter.
0.1.0 #
- Update the http connection to aria2 server, change the request params from json to dart model.
0.1.1 #
- fix
dht-listen-port
type error;
0.1.2 #
- fix
listen-port
,rpc-listen-port
type error;
0.1.3 #
- fix multicall bug;