README.md 1.2 KB

daniulive

A new Flutter plugin project.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

权限设置

- Android

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" ></uses-permission>
<uses-permission android:name="android.permission.INTERNET" ></uses-permission>
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />

- iOS

///

测试

如需集成到自己系统测试,请用大牛直播 SDK 的 app name(不然集成提示 license failed), 正式授权版按照授权 app name 正常使用即可:

如何改 app-name: strings.xml

做以下修改:

<string name="app_name">SmartPublisherSDKDemo</string>