tencent_trtc_cloud 2.0.7 copy "tencent_trtc_cloud: ^2.0.7" to clipboard
tencent_trtc_cloud: ^2.0.7 copied to clipboard

outdated

With TRTC, you can quickly develop cost-effective, low-latency, and high-quality interactive audio/video services.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

void main() {
  // 先设置状态栏样式
  SystemUiOverlayStyle style = SystemUiOverlayStyle(
    statusBarColor: Colors.transparent,
  );
  SystemChrome.setSystemUIOverlayStyle(style);
  runApp(
    MaterialApp(
      home: Center(
        child: Text("Demo请参考github:https://github.com/c1avie/TRTCSimpleDemo"),
      ),
    ),
  );
}
19
likes
0
pub points
90%
popularity

Publisher

verified publishertrtc.io

With TRTC, you can quickly develop cost-effective, low-latency, and high-quality interactive audio/video services.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, js, json_annotation

More

Packages that depend on tencent_trtc_cloud