fritz_tr064 0.2.1
fritz_tr064: ^0.2.1 copied to clipboard
A Dart library for accessing Fritz!Box routers via the TR-064 protocol (SOAP over HTTP with content-level digest authentication).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fritz_tr064With Flutter:
$ flutter pub add fritz_tr064This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fritz_tr064: ^0.2.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fritz_tr064/fritz_tr064.dart';