소스 검색

添加公共跳转打开外链

tags/0.0.2+7
Weller 4 년 전
부모
커밋
59fd890d1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/util/native_util.dart

+ 1
- 1
lib/util/native_util.dart 파일 보기

@@ -38,7 +38,7 @@ class NativeUtil {
static Future openUrl(BuildContext context, String url) {
Map<String, dynamic> params = Map<String, dynamic>();
params['url'] = url ?? '';
params['SkipUIIdentifier'] = 'pub_wailian';
params['SkipUIIdentifier'] = 'pub.flutter.url';
NativeUtil.openPage(context, params);
}



불러오는 중...
취소
저장