camera_connect 0.0.5 copy "camera_connect: ^0.0.5" to clipboard
camera_connect: ^0.0.5 copied to clipboard

A Flutter plugin for connecting to IP cameras with TUTK IOTC support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_connect

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

dependencies:
  camera_connect: ^0.0.5

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:camera_connect/camera_connect.dart';
3
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for connecting to IP cameras with TUTK IOTC support.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on camera_connect

Packages that implement camera_connect