tftp 1.1.0 copy "tftp: ^1.1.0" to clipboard
tftp: ^1.1.0 copied to clipboard

outdated

A lib for Trivial File Transfer Protocol(TFtp) server and client.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tftp

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

dependencies:
  tftp: ^1.1.0

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:tftp/tftp.dart';
10
likes
0
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

A lib for Trivial File Transfer Protocol(TFtp) server and client.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tftp