easy_onvif 3.1.2 copy "easy_onvif: ^3.1.2" to clipboard
easy_onvif: ^3.1.2 copied to clipboard

This package can work with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.

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.1.2

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/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';
32
likes
160
points
377
downloads

Publisher

verified publishermuayid.com

Weekly Downloads

This package can work with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications.

Homepage
Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

convert, crypto, dio, ffi, html_unescape, http, http_parser, intl, json_annotation, loggy, path, uuid, xml, xml2json, yaml

More

Packages that depend on easy_onvif