gavin.chen 391685022b ios 大牛 SDK 优化 | 1 anno fa | |
---|---|---|
android | 1 anno fa | |
example | 1 anno fa | |
ios | 1 anno fa | |
lib | 1 anno fa | |
test | 1 anno fa | |
.gitignore | 1 anno fa | |
.metadata | 1 anno fa | |
CHANGELOG.md | 1 anno fa | |
LICENSE | 1 anno fa | |
README.md | 1 anno fa | |
analysis_options.yaml | 1 anno fa | |
pubspec.yaml | 1 anno fa |
A new Flutter plugin project.
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.
<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" />
///
如需集成到自己系统测试,请用大牛直播 SDK 的 app name
(不然集成提示 license failed
),
正式授权版按照授权 app name
正常使用即可:
如何改 app-name: strings.xml
做以下修改:
<string name="app_name">SmartPublisherSDKDemo</string>