flutter_ali_auth icon indicating copy to clipboard operation
flutter_ali_auth copied to clipboard

写给从低版本升级的小伙伴

Open CodeGather opened this issue 2 years ago • 1 comments

低版本不再提供技术支持

在此描述从0.2.3升级到1.0.0的注意事项:

1、#以前的控制弹窗还是全屏字段已被删除->改用pageType字段

enum PageType {
  ///全屏(竖屏)
  fullPort,
  ///全屏(横屏)
  fullLand,
  ///弹窗(竖屏)
  dialogPort,
  ///"弹窗(横屏)
  dialogLand,
  ///底部弹窗
  dialogBottom,
  ///自定义View
  customView,
  ///自定义View(Xml)
  customXml,
  /// 自定义背景GIF
  customGif,
  /// 自定义背景视频
  customMOV,
  /// 自定义背景图片
  customPIC,
}

2、新增字段 isDelay 是否延时登录,使用该字段为true时,调用initSDK不会立即打开授权页面,否则调用立即打开授权页面

待续....

如果为其他参数问题,将在此给予答复

CodeGather avatar May 29 '22 02:05 CodeGather

#100

#101

CodeGather avatar Jun 23 '22 08:06 CodeGather