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

Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nearby_service

With Flutter:

 $ flutter pub add nearby_service

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

dependencies:
  nearby_service: ^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:nearby_service/nearby_service.dart';
65
likes
0
pub points
70%
popularity

Publisher

verified publisherxenikii.one

Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on nearby_service