版本号
static Future<String?> getVersionNumber() async { final packageInfo = await _getPackageInfo(); return packageInfo?.buildNumber; }