flutter_nearby_connections 1.1.2 copy "flutter_nearby_connections: ^1.1.2" to clipboard
flutter_nearby_connections: ^1.1.2 copied to clipboard

Flutter plugin supports peer-to-peer connectivity and discovers nearby devices for Android and IOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_nearby_connections

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

dependencies:
  flutter_nearby_connections: ^1.1.2

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:flutter_nearby_connections/flutter_nearby_connections.dart';
238
likes
130
pub points
87%
popularity

Publisher

verified publishersmew.tech

Flutter plugin supports peer-to-peer connectivity and discovers nearby devices for Android and IOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_nearby_connections