获取 app 名字
static Future<String?> getAppName() async { final packageInfo = await _getPackageInfo(); return packageInfo?.appName; }