hrg_rtsp_ip_camera 1.0.0+1
hrg_rtsp_ip_camera: ^1.0.0+1 copied to clipboard
Um plugin para usar uma camera RTSP no Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hrg_rtsp_ip_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hrg_rtsp_ip_camera: ^1.0.0+1Alternatively, 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:hrg_rtsp_ip_camera/hrg_rtsp_ip_camera.dart';