21克的爱情

Results 8 issues of 21克的爱情

``` // 设置参数 public int setValue(final int flag, final int value) { checkReleased(); final CameraThread thread = mWeakThread.get(); final UVCCamera camera = thread != null ? thread.mUVCCamera : null; if...

### 低版本不再提供技术支持 在此描述从0.2.3升级到1.0.0的注意事项: #### 1、#以前的控制弹窗还是全屏字段已被删除->改用pageType字段 ``` enum PageType { ///全屏(竖屏) fullPort, ///全屏(横屏) fullLand, ///弹窗(竖屏) dialogPort, ///"弹窗(横屏) dialogLand, ///底部弹窗 dialogBottom, ///自定义View customView, ///自定义View(Xml) customXml, /// 自定义背景GIF customGif, /// 自定义背景视频 customMOV, ///...

enhancement
good first issue

精彩应用分享,留下你的案例,格式参考: ``` 应用名称:思预云 使用SDK:1.0.3 应用包名:com.civiccloud.master 上架情况:iOS、应用宝、华为应用商店 ``` 并配上精美截图

#### 该问题看到有多位小伙伴提及,在此做一下说明,其他于此相关的issues不另行回复 ## 关键配置步骤 ### 1、设置AliAuthModel配置参数 isDialog -> true|false 弹窗 | 全屏 ### 2、设置模式的主题样式 > 1、插件demo的配置路径: `example/android/app/src/main/AndroidManifest.xml` > 2、对应的APP路径应该为:`android/app/src/main/AndroidManifest.xml` > 3、弹窗主题 `android:theme="@style/authsdk_activity_dialog"` > 4、全屏主题 `android:theme="@android:style/Theme.NoTitleBar.Fullscreen"` > 5、弹窗代码如下, 需要全屏时请替换下面配置中的 `android:theme` 参数...

在demo的基础上加切换tab时刷新页面使用 callRefresh 无法达到效果 以及使用refreshOnStart 页面有达到预期效果 ``` import 'dart:async'; import 'package:example/widget/skeleton_item.dart'; import 'package:flutter/material.dart'; import 'package:easy_refresh/easy_refresh.dart'; import 'package:extended_nested_scroll_view/extended_nested_scroll_view.dart'; import 'package:get/get.dart'; class NestedScrollViewPage extends StatefulWidget { const NestedScrollViewPage({Key? key}) : super(key: key); @override...

这次运行起来了但是一直提示这个,获取不到当前的位置, 各种权限都设置了 NSCameraUsageDescription Example usage description NSLocationAlwaysAndWhenInUseUsageDescription 请求获取定位权限 NSLocationAlwaysUsageDescription 请求获取定位权限 NSLocationUsageDescription 请求获取定位权限 NSLocationWhenInUseUsageDescription 请求获取定位权限 NSPhotoLibraryUsageDescription 请求访问相机 UIBackgroundModes location UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft...