flutter_livepush_plugin 7.0.0 copy "flutter_livepush_plugin: ^7.0.0" to clipboard
flutter_livepush_plugin: ^7.0.0 copied to clipboard

A Flutter plugin for live streaming, built on top of Alibaba Cloud's Live Push SDK, offering real-time audio/video push, custom encoding settings, and multi-platform support (Android & iOS).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_livepush_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_livepush_plugin: ^7.0.0

Alternatively, 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:flutter_livepush_plugin/base/live_base.dart';
import 'package:flutter_livepush_plugin/base/live_base_def.dart';
import 'package:flutter_livepush_plugin/beauty/live_beauty.dart';
import 'package:flutter_livepush_plugin/def/live_def.dart';
import 'package:flutter_livepush_plugin/player/live_player.dart';
import 'package:flutter_livepush_plugin/player/live_player_config.dart';
import 'package:flutter_livepush_plugin/player/live_player_def.dart';
import 'package:flutter_livepush_plugin/pusher/live_push_config.dart';
import 'package:flutter_livepush_plugin/pusher/live_push_def.dart';
import 'package:flutter_livepush_plugin/pusher/live_pusher.dart';
import 'package:flutter_livepush_plugin/pusher/live_pusher_preview.dart';
import 'package:flutter_livepush_plugin/pusher/live_transcoding_config.dart';
import 'package:flutter_livepush_plugin/util/live_utils.dart';
3
likes
110
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for live streaming, built on top of Alibaba Cloud's Live Push SDK, offering real-time audio/video push, custom encoding settings, and multi-platform support (Android & iOS).

Homepage

Topics

#live #livestream #webrtc #aliyun

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_livepush_plugin