scanmynet_sdk 1.1.11
scanmynet_sdk: ^1.1.11 copied to clipboard
Flutter plugin for the ScanMyNet network diagnostics SDK — runs a full home-network scan and returns a structured report.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scanmynet_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
scanmynet_sdk: ^1.1.11Alternatively, 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:scanmynet_sdk/scanmynet_sdk.dart';