air_link_file 0.2.1 copy "air_link_file: ^0.2.1" to clipboard
air_link_file: ^0.2.1 copied to clipboard

File transfer with chunking, progress tracking, and resume for Air Link.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add air_link_file

With Flutter:

 $ flutter pub add air_link_file

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

dependencies:
  air_link_file: ^0.2.1

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

Import it

Now in your Dart code, you can use:

import 'package:air_link_file/air_link_file.dart';
0
likes
160
points
148
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

File transfer with chunking, progress tracking, and resume for Air Link.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

air_link_core, crypto

More

Packages that depend on air_link_file