# SurfSphere-flutter
**Repository Path**: lanlin2/surf-sphere-flutter
## Basic Information
- **Project Name**: SurfSphere-flutter
- **Description**: 许志凡 外包A面
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-12-15
- **Last Updated**: 2024-01-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
一、 接口地址说明
如果需要修改接口地址,修改lib/constant/IvConstant的BASE_URL和LOG_BASE_URL即可
二、 权限配置说明
1、audio_recorder需要在Manifest或者Info.plist中配置权限
https://pub-web.flutter-io.cn/packages/record
(1)
(2)
NSMicrophoneUsageDescription
Some message to describe why you need this permission
2、image_picker需要在Manifest或者Info.plist中配置权限
https://pub-web.flutter-io.cn/packages/image_picker
NSMicrophoneUsageDescription
"SurfSphere" needs to use your microphone to send voice messages.
NSPhotoLibraryUsageDescription
"SurfSphere" needs to use your album to make a post or update your profile.
NSCameraUsageDescription
"SurfSphere" needs to use your camera to take photos or update artwork.
NSAppTransportSecurity
3、flutter_webview_plugin需要在Manifest或者Info.plist中添加配置
https://pub-web.flutter-io.cn/packages/flutter_webview_plugin/install
(1) android:usesCleartextTraffic="true"
(2)
NSAppTransportSecurity
NSAllowsArbitraryLoads
NSAllowsArbitraryLoadsInWebContent
4、permission_handler需要在Podfile中添加配置
https://pub-web.flutter-io.cn/packages/permission_handler/install