google和apple登录ok

This commit is contained in:
tao
2025-08-22 17:34:51 +08:00
parent fdba41888b
commit 601e3ed15e
22 changed files with 639 additions and 64 deletions

6
lib/utils/common.dart Normal file
View File

@@ -0,0 +1,6 @@
import 'dart:io';
///判断是否是安卓
bool isAndroid(){
return Platform.isAndroid;
}