edgez_flutter_sdk 0.4.0
edgez_flutter_sdk: ^0.4.0 copied to clipboard
Android Flutter SDK for EdgeZ HaLow mesh devices, Wi-Fi transport, encrypted messaging, voice calls, provisioning, and OTA updates.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add edgez_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
edgez_flutter_sdk: ^0.4.0Alternatively, 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:edgez_flutter_sdk/edgez_flutter_sdk.dart';