live_uikit_barrage 1.0.0 copy "live_uikit_barrage: ^1.0.0" to clipboard
live_uikit_barrage: ^1.0.0 copied to clipboard

Barrage is an interactive bullet screen component in the interactive live broadcast scene.

Live UIKit Barrage #

English | 简体中文

Live UIKit Barrage is a barrage component of Interactive Live Streaming (tencent_live_uikit). By integrating this component, you can add interactive barrage functionality to your live streaming with just a few lines of code.

Features #

  • Supports sending and displaying regular text messages
  • Supports sending and displaying emoji messages
  • Supports custom barrage styles

Environment Preparation #

Flutter #

  • Flutter 3.27.4 or higher.
  • Dart 3.6.2 or higher.

Android #

  • Android Studio 3.5 or higher.
  • Android devices with Android 5.0 or higher.

iOS #

  • Xcode 15.0 or higher.
  • Ensure your project has a valid developer signature.

Getting Started #

Install #

Follow the documentation to add the live_uikit_barrage package as a pubspec dependency.

Activate service #

To use the barrage functionality in interactive live streaming, ensure you have activated the service.

  1. Activate the Service You can activate the service and obtain the SDKAppID and SDKSecretKey in the Console.

  2. Configure SDKAppID and SDKSecretKey Open the example/lib/debug/generate_test_user_sig.dart file and fill in the obtained SDKAppID and SDKSecretKey:

    static int sdkAppId = 0; // Replace with your SDKAppID
    static String secretKey = ''; // Replace with your SDKSecretKey
    
    copied to clipboard

Example Experience #

If you want to quickly integrate or experience the interactive barrage effect, you can refer to the Example to integrate it into your application, or directly run the example program to experience it.

If you want to quickly integrate interactive live streaming functionality into your application, you can integrate the Interactive Live Streaming (tencent_live_uikit) component.

Feedback and Support #

If you have any needs or feedback, you can contact: info_rtc@tencent.com.

0
likes
130
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

Barrage is an interactive bullet screen component in the interactive live broadcast scene.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

extended_text, extended_text_field, flutter, flutter_localizations, intl, plugin_platform_interface, tencent_cloud_chat_sdk, tencent_cloud_uikit_core

More

Packages that depend on live_uikit_barrage