easy_onvif 3.0.0+1 copy "easy_onvif: ^3.0.0+1" to clipboard
easy_onvif: ^3.0.0+1 copied to clipboard

A pure Dart library designed primarily for command line automation of Onvif compatible devices, but can be used anywhere Dart is used.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easy_onvif

Use it

The package has the following executables:

$ onvif

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_onvif

With Flutter:

 $ flutter pub add easy_onvif

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  easy_onvif: ^3.0.0+1

Alternatively, 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:easy_onvif/command.dart';
import 'package:easy_onvif/device_management.dart';
import 'package:easy_onvif/imaging.dart';
import 'package:easy_onvif/media1.dart';
import 'package:easy_onvif/media2.dart';
import 'package:easy_onvif/meta.dart';
import 'package:easy_onvif/onvif.dart';
import 'package:easy_onvif/probe.dart';
import 'package:easy_onvif/ptz.dart';
import 'package:easy_onvif/recordings.dart';
import 'package:easy_onvif/replay.dart';
import 'package:easy_onvif/search.dart';
import 'package:easy_onvif/shared.dart';
import 'package:easy_onvif/soap.dart';
import 'package:easy_onvif/util.dart';
20
likes
140
pub points
81%
popularity

Publisher

verified publishermuayid.com

A pure Dart library designed primarily for command line automation of Onvif compatible devices, but can be used anywhere Dart is used.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

archive, args, cli_spin, convert, crypto, dio, ffi, html_unescape, http, intl, json_annotation, loggy, path, shelf, shelf_router, sprintf, universal_io, uuid, xml, xml2json, yaml

More

Packages that depend on easy_onvif