flutter_video_live_stream 1.0.1
flutter_video_live_stream: ^1.0.1 copied to clipboard
Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video. Maintained fork of apivideo_live_stream with StreamPack 3.2.0 (Android), AGP 9 built-in Kotlin, 16 KB page s [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_video_live_streamWith Flutter:
$ flutter pub add flutter_video_live_streamThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_video_live_stream: ^1.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:flutter_video_live_stream/flutter_video_live_stream.dart';