当前应用包名
static Future<String> appPackageName() async { PackageInfo packageInfo = await PackageInfo.fromPlatform(); return packageInfo.packageName; }