d2pc_lib 0.0.33-platform-check copy "d2pc_lib: ^0.0.33-platform-check" to clipboard
d2pc_lib: ^0.0.33-platform-check 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 Dart:

 $ dart pub add d2pc_lib

With Flutter:

 $ flutter pub add d2pc_lib

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

dependencies:
  d2pc_lib: ^0.0.33-platform-check

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:d2pc_lib/d2pc_lib.dart';
0
likes
0
points
33
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)
View/report issues

License

unknown (license)

Dependencies

audioplayers, flutter, flutter_sound, path_provider, permission_handler, plugin_platform_interface, record, web_socket_channel

More

Packages that depend on d2pc_lib

Packages that implement d2pc_lib