tutk_iotcamera 5.0.15
tutk_iotcamera: ^5.0.15 copied to clipboard
Flutter plugin for TUTK IOTCamera SDK. Supports live preview, two-way audio, local recording, PTZ, file transfer and Nebula Wi-Fi provisioning for IoT cameras on Android and iOS.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tutk_iotcameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tutk_iotcamera: ^5.0.15Alternatively, 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:tutk_iotcamera/tutk_iotcamera.dart';