aria2 0.1.3 copy "aria2: ^0.1.3" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aria2

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aria2: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aria2/aria2.dart';
2
likes
105
pub points
36%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

dio, flutter, json_annotation, json_rpc_2, web_socket_channel

More

Packages that depend on aria2