mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-17 23:09:36 +00:00
修复ios端无活动用户时黑屏
This commit is contained in:
parent
f3caafc5e9
commit
e7ad8d67f6
11 changed files with 564 additions and 264 deletions
|
|
@ -8,6 +8,7 @@ import 'package:logging/logging.dart';
|
|||
import 'package:package_info_plus/package_info_plus.dart';
|
||||
import 'package:path/path.dart' as p;
|
||||
import 'package:path_provider/path_provider.dart';
|
||||
import 'package:vaani/router/router.dart';
|
||||
|
||||
late String appName;
|
||||
const String appScheme = "vaani";
|
||||
|
|
@ -45,6 +46,8 @@ late String deviceManufacturer;
|
|||
late Logger appLogger;
|
||||
late Directory appStorageDir;
|
||||
|
||||
var routerConfig = const MyAppRouter().config;
|
||||
|
||||
String getDeviceName(data) {
|
||||
// try different keys to get the device name
|
||||
return // android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue