flutter_ftp_dtp 1.0.3 copy "flutter_ftp_dtp: ^1.0.3" to clipboard
flutter_ftp_dtp: ^1.0.3 copied to clipboard

Flutter package for LAN-based File Transfer Pattern (FTP) and Data Transfer Pattern (DTP) — one-shot JSON sharing over HTTP and realtime sync over WebSocket.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ftp_dtp

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

dependencies:
  flutter_ftp_dtp: ^1.0.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:flutter_ftp_dtp/flutter_ftp_dtp.dart';
0
likes
140
points
39
downloads

Documentation

API reference

Publisher

verified publisherwallei.in

Weekly Downloads

Flutter package for LAN-based File Transfer Pattern (FTP) and Data Transfer Pattern (DTP) — one-shot JSON sharing over HTTP and realtime sync over WebSocket.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, mobile_scanner, network_info_plus, pretty_qr_code, shared_preferences, web_socket_channel

More

Packages that depend on flutter_ftp_dtp