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

Flutter library to do 'device to pc' communication.

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.2

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.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on d2pc_lib

Packages that implement d2pc_lib