dashcam_video_player 0.0.1
dashcam_video_player: ^0.0.1 copied to clipboard
A high-performance texture-based RTSP video player plugin for Flutter powered by ExoPlayer and MobileVLCKit, built for low-latency enterprise and internal organizational streaming applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dashcam_video_playerWith Flutter:
$ flutter pub add dashcam_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dashcam_video_player: ^0.0.1Alternatively, 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:dashcam_video_player/dashcam_video_player.dart';