d2pc_lib 1.0.4 copy "d2pc_lib: ^1.0.4" to clipboard
d2pc_lib: ^1.0.4 copied to clipboard

Flutter library to do 'device to pc' communication. This library provide APIs for establishing a connection, sending and receiving data, and managing the communication process between the device and the PC.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add d2pc_lib

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

dependencies:
  d2pc_lib: ^1.0.4

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:d2pc_lib/d2pc_lib.dart';
0
likes
130
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter library to do 'device to pc' communication. This library provide APIs for establishing a connection, sending and receiving data, and managing the communication process between the device and the PC.

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, path_provider, permission_handler, plugin_platform_interface, record, web_socket_channel

More

Packages that depend on d2pc_lib

Packages that implement d2pc_lib