mikrotik_mndp 0.0.4
mikrotik_mndp: ^0.0.4 copied to clipboard
Mikrotik MNDP Discovery Protocol
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mikrotik_mndp
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mikrotik_mndp: ^0.0.4
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:mikrotik_mndp/decoder.dart';
import 'package:mikrotik_mndp/listener.dart';
import 'package:mikrotik_mndp/message.dart';
import 'package:mikrotik_mndp/product.dart';
import 'package:mikrotik_mndp/product_info_provider.dart';