dashcam_video_player 0.0.2
dashcam_video_player: ^0.0.2 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 Flutter:
$ flutter pub add dashcam_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dashcam_video_player: ^0.0.2Alternatively, 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:dashcam_video_player/dashcam_video_player.dart';