universal_beacon_sdk 1.0.2
universal_beacon_sdk: ^1.0.2 copied to clipboard
SDK genérico y robusto para detección de beacons BLE. Ideal para control de acceso, sistemas de asistencia, marketing de proximidad, automatización IoT, tracking de assets y aplicaciones empresariales.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add universal_beacon_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
universal_beacon_sdk: ^1.0.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:universal_beacon_sdk/universal_beacon_sdk.dart';