router_os_client 2.0.0
router_os_client: ^2.0.0 copied to clipboard
RouterOSClient is a Dart/Flutter package that provides an easy-to-use interface for connecting and interacting with Mikrotik's RouterOS devices via a socket connection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add router_os_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
router_os_client: ^2.0.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:router_os_client/router_os_client.dart';