nearby_service 0.0.7 copy "nearby_service: ^0.0.7" to clipboard
nearby_service: ^0.0.7 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 Flutter:

 $ flutter pub add nearby_service

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

dependencies:
  nearby_service: ^0.0.7

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:nearby_service/nearby_service.dart';
59
likes
140
pub points
66%
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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on nearby_service