flutter_nearby_connections_plus 1.2.2
flutter_nearby_connections_plus: ^1.2.2 copied to clipboard
Flutter plugin support peer-to-peer connectivity and discovery of nearby devices (maintained fork with bug fixes)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_nearby_connections_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_nearby_connections_plus: ^1.2.2Alternatively, 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_plus/flutter_nearby_connections_plus.dart';