|
hai 1 ano | |
---|---|---|
android | hai 1 ano | |
example | hai 1 ano | |
ios | hai 1 ano | |
lib | hai 1 ano | |
test | hai 1 ano | |
.gitignore | hai 1 ano | |
.metadata | hai 1 ano | |
CHANGELOG.md | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
analysis_options.yaml | hai 1 ano | |
pubspec.yaml | hai 1 ano |
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>